MC-Basic:element.CPPREV

From SoftMC-Wiki
Revision as of 13:25, 13 September 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The CP of the previous motion meant to be applied between the previous motion and the current one. The meaning of the range is the same as with CP If no such overwriting is desired CPPrev must be set to -1.

Syntax

?<element>.CPPrev

<element>.CPPrev = <value>

Availability

All versions

Type

Double

Range

0 to Max Double

Units

User axis position units

Default

-1

Scope

Task or Terminal

Limitations

The combination of CP <> 0 and VELOCITYFINAL <> 0 is not allowed.

Mixed profiler types are not valid. Modal/Nodal .

Examples

Axis
?A1.CPPREV
A1.CPPREV = 10


Group
G1.CPPREV = 10
?G1.CPPREV

See Also