Skip to content

In musst.get_data(), if max_data_rate is given, try to filter out eptr

Matias Guijarro requested to merge musst_avoid_buffer_error-18x into 1.8.x

reading which imply a seen data rate greater than max_data_rate. The aim is to filter wrong reply of musst EPTR commands which give an event pointer far greater than real acquisition. This max_data_rate should then be set bigger than the real max_data_rate of the scan.

Add this paramater in MusstAcquisitionSlave class which hold the buffer reading.

Merge request reports