MC-Basic:element.VELOCITYCOMMAND

From SoftMC-Wiki
Revision as of 13:23, 10 October 2018 by Rasty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

This property returns the velocity command. This value is generated by the motion profiler.

Short form

<element>.VCmd

Syntax

?<element>.VelocityCommand

Availability

All versions

Type

For axis - Double
For group - Joint Data Type of the group

Range

± Max Double

Units

User element velocity units, as given by <element>.VELOCITYFACTOR

Default

0

Scope

Task or Terminal

Limitations

Read only

Examples

Axis
?A1.VCmd

Group
?G1.VCmd

See Also