read#

DAQModule.read(*, raw: bool = False, clk_rate: float = 60000000.0) NodeDict[source]#

Read the acquired data from the module.

The data is split into bursts.

Parameters:
  • raw (bool) – Flag if the acquired data from the subscribed device device nodes should be converted into the DAQResult format (raw = False) or not. (default = False)

  • clk_rate (float) – Clock rate [Hz] for converting the timestamps. Only applies if the raw flag is reset.

Returns:

Result of the burst grouped by the signals.

Return type:

NodeDict