MotorStepTypes Enumeration

Phcc Interface Library .NET / COM

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 nameDescription
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.

See Also