Timer
¶

-
class
Timer
(interval, function, parent, strict_timing=True, *args, **kwargs)[source]¶ Bases:
taurus.core.util.log.Logger
Timer Object.
Interval in seconds (The argument may be a floating point number for subsecond precision). If strict_timing is True, the timer will try to compensate for drifting due to the time it takes to execute function in each loop.