KCL-BMEIS / spectrumdevice

Python library for communicating with digitisers manufactured by Spectrum Instrumentation
MIT License
6 stars 2 forks source link

Timestamps #18

Closed crnbaker closed 2 years ago

crnbaker commented 2 years ago

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.

Fixes #16