The StepperStepper type exposes the following members.

Properties

  NameDescription
Acceleration
Gets or sets a motor's acceleration.
AccelerationMax
Represents the largest acceleration value that this motor will accept
AccelerationMin
Represents the smallest acceleration value that this motor will accept
Current
Returns a motor's current usage.
CurrentLimit
Gets or sets a motor's current usage limit.
CurrentMax
Represents the largest current value that this motor will accept
CurrentMin
Represents the smallest current value that this motor will accept
CurrentPosition
Gets or sets a motor's current position.
Engaged
Gets or sets the engaged property of the stepper motor.
PositionMax
Represents the largest position value that this motor will accept
PositionMin
Represents the smallest position value that this motor will accept
Stopped
Gets the stopped property of the stepper motor.
TargetPosition
Gets or sets a motor's target position.
Velocity
Returns a motor's current velocity.
VelocityLimit
Gets or sets a motor's velocity limit.
VelocityMax
Represents the largest velocity value that this motor will accept
VelocityMin
Represents the smallest velocity value that this motor will accept

See Also