psi.controller.engines package

Subpackages

Submodules

psi.controller.engines.callback module

class psi.controller.engines.callback.BaseCallbackMixin[source]

Bases: Atom

complete()[source]
class psi.controller.engines.callback.ChannelSliceCallbackMixin[source]

Bases: BaseCallbackMixin

register_ai_callback(callback, channel_name=None)[source]
register_ao_callback(callback, channel_name=None)[source]
register_ci_callback(callback, channel_name=None)[source]
register_di_callback(callback, channel_name=None)[source]
register_done_callback(callback)[source]
unregister_ai_callback(callback, channel_name)[source]
unregister_ao_callback(callback, channel_name)[source]
unregister_di_callback(callback, channel_name)[source]
unregister_done_callback(callback)[source]

psi.controller.engines.nidaq module

psi.controller.engines.null module

psi.controller.engines.thread module

class psi.controller.engines.thread.DAQThread(poll_interval, stop_requested, callback, name)[source]

Bases: Thread

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.

Module contents