Interface ISpeedAxis
Represents a speed regulating axis.
public interface ISpeedAxis
Properties
SpeedUnit
Gets the speed unit.
string SpeedUnit { get; }
Property Value
Methods
SetSpeed(double, int)
Sets the speed.
void SetSpeed(double speed, int timeout)
Parameters
Exceptions
- TimeoutException
Thrown when speed was not reached in the expected time span.