Timer

Inheritance diagram of Timer
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.

Import from taurus.core.util.timer as:

from taurus.core.util.timer import Timer
start()[source]

Start Timer Object

stop(sync=False)[source]

Stop Timer Object