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