Measurements acquired from digitizers can now include timestamps. Must be enabled in AcquisitionSettings. Waveforms and and timestamps are packaged into a new dataclass Measurement, which is returned by execute_standard_single_acquisition and execute_finite_multi_fifo_acquisition(), or can be accessed using the new get_timestamp() methods.
Measurements acquired from digitizers can now include timestamps. Must be enabled in
AcquisitionSettings
. Waveforms and and timestamps are packaged into a new dataclassMeasurement
, which is returned byexecute_standard_single_acquisition
andexecute_finite_multi_fifo_acquisition()
, or can be accessed using the newget_timestamp()
methods.Fixes #16