The StepperStepper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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
|