Difference between revisions of "AXY:MC-Basic:axis.VELOCITYFEEDBACK"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.VFb
+
<''axis''>.VFb
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.VelocityFeedback
+
?<''axis''>.VelocityFeedback
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 19: Line 19:
  
 
|UNITS=
 
|UNITS=
User axis velocity units, as given by ''<axis>''.VELOCITYFACTOR
+
User axis velocity units, as given by <''axis''>.VELOCITYFACTOR
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 08:00, 17 March 2014

This property returns the actual velocity of the axis.

Short form

<axis>.VFb

Syntax

?<axis>.VelocityFeedback

Availability

All versions

Type

Double

Range

+/- Max Double

Units

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

Default

0

Scope

Task or Terminal

Limitations

Read-Only

Examples

?Xaxis.VFb

See Also