Difference between revisions of "MC-Basic:GETAXIS$"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <''generic_axis''> = getaxis$ (<''string_expression''>) <br> ? getaxis$ (<''string_expression''>).<axis_property> |AVAILABILITY= |DESCRIPT...")
 
Line 28: Line 28:
  
 
|LIMITATIONS=  
 
|LIMITATIONS=  
Cannot serve as an axis in Motion commands.
+
Cannot serve as an axis in Motion commands. <br>
 
Input must be a name of a real axis.
 
Input must be a name of a real axis.
  

Revision as of 14:44, 17 June 2015

Returns an axis according to the name received through the argument.

Syntax

<generic_axis> = getaxis$ (<string_expression>)
? getaxis$ (<string_expression>).<axis_property>

Type

Axis

Range

A valid name of a real axis.

Scope

Configuration, Task, Terminal

Limitations

Cannot serve as an axis in Motion commands.
Input must be a name of a real axis.

Examples

GenericAxis = GetAxis$("A1")

?GetAxis("A2").abs

See Also