Duration¶
-
double IWaitDuration.Duration { get; set; }¶
Gets or sets the duration of the wait.
- Value
double – Duration to wait in seconds.
- Throws
InvalidArgumentException– Invalid duration (zero, negative or NaN).InvalidOperationException– Command state not “Idle” or “Queued”.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.
- Remarks
The duration is quantized using the sample period of the axiscontrol. The default duration equals NaN, i.e. not configured.