slacm.timer module
Created on Sep 18, 2020
@author: esdev
- class slacm.timer.TimerPort(parent, name, spec)[source]
Bases:
PortTimer port
- class slacm.timer.TimerThread(parent)[source]
Bases:
ThreadThread for a timer port.
- class Command(value)[source]
Bases:
Enum- ACTIVATE = 2
- CANCEL = 5
- DEACTIVATE = 3
- HALT = 6
- START = 4
- TERMINATE = 1
- run()[source]
Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.