Interface IPositioningAxis
Represents a position regulating axis
public interface IPositioningAxis
Properties
PositionUnit
Gets the position unit.
string PositionUnit { get; }
Property Value
Methods
GoToPosition(double, int)
Goes to the position
.
void GoToPosition(double position, int timeout)
Parameters
Exceptions
- TimeoutException
Thrown when motion was not completed in the expected time span.