GetDuration¶
-
virtual double IWaitDuration::GetDuration() = 0¶
Gets the duration of the wait.
- Returns
double – Duration to wait in seconds.
- Throws
CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException– Object is destroyed.
- Remarks
The duration is quantized using the sample period of the axiscontrol. The default duration equals NaN, i.e. not configured.