Difference between revisions of "MC-Basic:axis.COUNTCOMMAND"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.CCmd
+
<''axis''>.CCmd
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.CountCommand
+
?<''axis''>.CountCommand
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 17:34, 16 March 2014

This property returns the position command generated by the motion profiler in counts.

Short form

<axis>.CCmd

Syntax

?<axis>.CountCommand

Availability

All versions

Type

Double

Range

+/- MaxDouble

Units

Counts.

Scope

Task or Terminal

Limitations

Read-Only .

Examples

?Xaxis.CCmd

See Also