Validity: Rule, Task
This keyword allows reading the real period of time between two successive rule interrupts.
Syntax |
REAL rsi |
---|---|
Attributes |
Read only |
Notes |
Its unit of measurement is seconds |
Example
; I store in time_interrupt the value of rsi REAL time_interrupt ... time_interrupt = rsi |