AXY:MC-Basic:group.POSITIONFINAL

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<GROUP>.''PFinal |SYNTAX= ?''<GROUP>.''PositionFinal |AVAILABILITY= All versions |DESCRIPTION= This property returns the group target position. It is…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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