Period

double IProcessingBlock.Period { get; set; }

Gets or sets the period between each execution of the processing block.

Value

double – 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.