Difference between revisions of "AXY:MC-Basic:group.POSITIONFINAL"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 19: Line 19:
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by ''<axis>''.POSITIONFACTOR.
+
User axis position units, as given by <''axis''>.POSITIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 08:03, 17 March 2014

This property returns the group target position. It is a vector with a dimension equal to the number of axes in the group.

Short form

<GROUP>.PFinal

Syntax

?<GROUP>.PositionFinal

Availability

All versions

Type

Double vector

Range

+/- MaxDouble

Units

User axis position units, as given by <axis>.POSITIONFACTOR.

Default

0

Scope

Configuration, Task or Terminal

Limitations

The target position is be specified within each motion command. As an individual property, it is read-only.

Examples

?XYZTable.Pfinal

See Also