DELAY
Delays the wake-up for the current instance for the specified number of milliseconds. Note that the delay is rounded to the nearest time increment.
Usage
DELAY(Duration)
Parameters
Duration |
Number |
duration of the delay |
Returns
Action
Examples
DELAY(2000) |
Delays the wake-up for the current instance for 2000 milliseconds. |
Remarks
This method is only available in simulation rules.
The delay is rounded to the nearest time increment. For example, if the delay is for 2000ms and the simulation time increment is 5000ms, the delay will effectively be 5000ms.