Data Type 'LTIME'
You can use the data type LTIME as a time base for high-resolution timer. A high-resolution timer has a resolution in nanoseconds.
Data Type |
Lower Limit |
Upper Limit |
Memory |
---|---|---|---|
LTIME |
LTIME#0NS |
LTIME#213503D23H34M33S709MS551US615NS |
64 bits |
Syntax:
LTIME#<long time declaration>
The time declaration can include units of time that apply for the TIME constant as well as:
-
"US": microseconds
-
"NS": nanoseconds
Example:
LTIME1 := LTIME#1000D15H23M12S34MS2US44NS
See also