mahos.inst.daq.ConfigurableTask#

class mahos.inst.daq.ConfigurableTask(name, conf, prefix=None)#

Base class for configurable DAQ Tasks.

Variables:
  • running – True when measurement is running.

  • finite – True when configured as finite sampling task.

  • task – The PyDAQmx Task.

__init__(name, conf, prefix=None)#

Methods

__init__(name, conf[, prefix])

close_resources()

Close instrument resources.

get_device_type(dev)

join(timeout_sec)

start([label])

Start the instrument operation.

stop([label])

Stop the instrument operation.