Polling mode is used to manually request the transfer of timestamps into a new transfer buffer during acquisition. A new Waveform dataclass has been created to hold samples along with a timestamps: a list of Waveform is now returned by get_waveforms.
The timestamp transfer process is mocked using new classes in the devices package.
To do:
[ ] Lab tests
[ ] Update readme to show use of timestamps and Waveform
Fixes #16.
Polling mode is used to manually request the transfer of timestamps into a new transfer buffer during acquisition. A new
Waveform
dataclass has been created to hold samples along with a timestamps: a list ofWaveform
is now returned byget_waveforms
.The timestamp transfer process is mocked using new classes in the devices package.
To do:
Waveform