KCL-BMEIS / spectrumdevice

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

Bug fix in get_waveforms() #10

Closed crnbaker closed 2 years ago

crnbaker commented 2 years ago

Changed SpectrumCard.get_waveforms() to wait until after data has been copied to mark bytes of buffer as free.

Fixed #8