GetPeriod¶
-
virtual double IProcessingBlock::GetPeriod() = 0¶
Gets the period between each execution of the processing block.
- Returns
double – Period in seconds.
- Throws
CUnsupportedException
– Period is not supported for built-in processing blocks.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CIncompatibleException
– Incompatible firmware version loaded.CObjectDestroyedException
– Object is destroyed.