taurus.core.util.timer

This module contains a Timer class

Classes

class Timer(interval, function, parent, strict_timing=True, *args, **kwargs)[source]

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.

(more info)