MC-Basic:element.VELOCITYSETTINGS
Language: | English |
---|
{{MC-Basic
|SHORT FORM=
|SYNTAX=
<element>.VelocitySettings = <expression>
?<element>.VelocitySettings
|AVAILABILITY=
All versions
|DESCRIPTION=
This property selects between vcruise and vscale properties.
- In case VelocitySettings is set to 1 vcruise is ignored and vscale is used.
- In case VelocitySettings is set to 0 vcruise is taken anc vscale is ignored.
|TYPE=
Long
|RANGE=
0 or 1
|UNITS=
|DEFAULT=
0
|SCOPE=
Configuration, Task or Terminal
|LIMITATIONS=
|EXAMPLE=
Axis
A1.VelocitySettings = 1
Group
G1.VelocitySettings = 1
|SEE ALSO=
* element.Vscale
}}