SetPeriod

virtual void IProcessingBlock::SetPeriod(double period) = 0

Sets the period between each execution of the processing block.

Parameters

period – Period in seconds.

Throws
Remarks

The period is quantized using the sample period of the axiscontrol/controller on which the processing block is created. The resulting period in samples is rounded to the nearest integer multiple greater than or equal to the requested period. The period is used only when the execution type is Asynchronous.