You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a multi-instrument session in niscope, any method that returns MeasurementStats or WaveformInfo object (fetch(), read(), and friends) returns wrong data when the channel repeatability contains ranges.
…l and record info in fetched data (#1958)
* Fix fetch, read?
* Fix fetch_array_measurement?
* Fix fetch_measurement_stats?
* fix fetch_into?
* Update changelog in anticipation of fix
* enable correct test cases for catching #1770
* Use subtemplate for population of channel and record info in fetched data
* remove mention of niscope from changelog fix description
* Remove get_channel_names TODO from tests
Description of issue
On a multi-instrument session in
niscope
, any method that returnsMeasurementStats
orWaveformInfo
object (fetch(), read(), and friends) returns wrong data when the channel repeatability contains ranges.System report
python -c "import niscope; niscope.print_diagnostic_information()"
output:Steps to reproduce issue
Output:
The text was updated successfully, but these errors were encountered: