Difference between revisions of "MC-Basic:AXISLIST"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This query returns a comma-separated list of the names of the axes defined in the system. If wildcards are used, the query returns the proper axes.
+
This query returns a comma-separated list of the names of the axes defined in the system. If wildcards are used, the query returns the appropriate axes.
  
 
|TYPE=
 
|TYPE=
Line 31: Line 31:
  
 
|EXAMPLE=
 
|EXAMPLE=
?AxisList                                         ‘returns a1, a2, a3, a4 in a four-axis system
+
?AxisList
 +
::::returns a1, a2, a3, a4 in a four-axis system
  
 
?axislist a*
 
?axislist a*

Revision as of 10:25, 20 March 2014

This query returns a comma-separated list of the names of the axes defined in the system. If wildcards are used, the query returns the appropriate axes.

Syntax

?AxisList

Availability

All versions

Scope

Terminal

Examples

?AxisList

returns a1, a2, a3, a4 in a four-axis system

?axislist a*

See Also