thinkSRS / srsinst.sr860

Python instrument driver for SRS SR860 series lock-in amplifiers
MIT License
2 stars 2 forks source link

Bug fixes to CAPTUREGET #11

Closed abergerSRS closed 2 weeks ago

abergerSRS commented 2 weeks ago
  1. Fixes issue where values obtained from get_data() and get_all_data() did not match. Bytes returned from CAPTUREGET? (get_all_data()) were improperly interpreted as big-endian.
  2. Also formats returned array from get_all_data() as single-precision (32-bit) float.
  3. Fixes issue where a capture is stopped before the buffer is full. The data returned from get_all_data() is only the full portion of the capture buffer.