PauseAxis¶
-
void IAxisControlGroup.PauseAxis(IAxisControl axis)¶
Pauses the specified axis.
- Parameters
axis – Axis to be paused.
- Throws
NullArgumentException– Null reference was passed.InvalidArgumentException– Axis is not part of this group.UnknownObjectException– Axis is unknown, belongs to an other controller.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.