MC-Basic:element.ATTACHEDTO

From SoftMC-Wiki
Revision as of 09:11, 26 June 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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