MC-Basic:element.VELOCITYCOMMAND

From SoftMC-Wiki
Revision as of 11:13, 5 July 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: [[::MC-Basic:element.VELOCITYCOMMAND|English]]  • [[::MC-Basic:element.VELOCITYCOMMAND/zh-hans|中文(简体)‎]]

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