|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| MotorStepTypes Enumeration |
| See Also Send Feedback |
Enumeration of possible stepper motor step types.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration MotorStepTypes |
| C# |
|---|
public enum MotorStepTypes |
Members
| Member name | Description | |
|---|---|---|
| FullStep |
Indicates that the step count refers to the number of full steps that the stepper motor should move.
| |
| HalfStep |
Indicates that the step count refers to the number of half steps that the stepper motor should move.
|