Click or drag to resize

VariableSpeedMotor Properties

The VariableSpeedMotor type exposes the following members.

Properties
  NameDescription
Public propertyApplyInitialStateOnReset
Whether the InitialState (as configured) should be applied on reset.
Public propertyInitialState
The initial state, which is applied on reset if ApplyInitialStateOnReset is set to true.
Public propertyMaxAcceleration
The (unsigned) maximum acceleration.
Public propertyMaxDeceleration
The (unsigned) maximum deceleration.
Public propertyMaxPosition
The (signed) maximum position.
Public propertyMinPosition
The (signed) minimum position.
Public propertyTargetVelocity
The (signed) target velocity.
Top
See Also