Execution period¶
For asynchronous execution the period can be specified.
The execution period is ceiled to the next multiple of the sample period of the parent of the processing block.
The execution of the processing block is started when
In case of a PeriodExceeded event, the next period is skipped.
The execution of the processing block is continued when
For synchronous execution the period is always equal to the SamplePeriod of the parent. Therefore, the SamplePeriod of the parent is returned and setting the period is ignored.