mahos.inst.daq.SingleShotTask#
- class mahos.inst.daq.SingleShotTask(name, conf, prefix=None)#
Base class for simple DAQ Task which won’t need task stop/restart.
- __init__(name, conf, prefix=None)#
Methods
__init__
(name, conf[, prefix])close_resources
()Close instrument resources.
start
([label])Start the instrument operation.
stop
([label])Stop the instrument operation.