Class SpindleSpeed
Section key holder + concrete implementation for ISpindleSpeedDef.
public class SpindleSpeed : ISpindleSpeedDef
- Inheritance
-
SpindleSpeed
- Implements
- Inherited Members
- Extension Methods
Properties
Direction
Spindle rotation direction. Stored in JSON as the enum name (e.g. “CW”, “CCW”, “STOP”).
public SpindleDirection Direction { get; set; }
Property Value
SpindleSpeed_rpm
Spindle speed in RPM.
public double SpindleSpeed_rpm { get; set; }