MC-Basic:element.ATTACHEDTO

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

Returns name of an attached task to the given element.
Note - If a group is not attached but the axes belonging to it are, the list of active axes and their tasks is returned. If the element is not attached to any program, an empty string is returned.

Syntax

?<element>.AttachedTo

Availability

Since Version 3.6.20

Type

String

Scope

Configuration (for group only), Task, Terminal

Limitations

Read Only

Examples

Axis
?A1.AttachedTo

Group
?G1.AttachedTo