taurus taurus

Previous topic

TimedQueue

Next topic

TraceIt

This Page

Timer

Inheritance diagram of Timer

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

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.

start()

Start Timer Object

stop()

Stop Timer Object