diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-10-13 13:43:01 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-10-13 13:43:01 -0400 |
commit | 9c9ea5bcc9d2d241b635c507991cbc690a9e8e27 (patch) | |
tree | 0b0a09f3270b635aa34795c114a205d558994113 | |
parent | 12b448386d965996e75466a05af1cef700d449ea (diff) | |
download | qolab-9c9ea5bcc9d2d241b635c507991cbc690a9e8e27.tar.gz qolab-9c9ea5bcc9d2d241b635c507991cbc690a9e8e27.zip |
return only needed info
-rw-r--r-- | qolab/hardware/scope/sds800xhd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds800xhd.py b/qolab/hardware/scope/sds800xhd.py index fabf43e..846ac83 100644 --- a/qolab/hardware/scope/sds800xhd.py +++ b/qolab/hardware/scope/sds800xhd.py @@ -209,7 +209,7 @@ class SDS800XHD(SDS1104X): -resp_bin[180:188].view(np.float64).item() ) # manual is wrong, it claims that this int64 - return preamble, resp_bin + return preamble def getWaveform( self, chNum, availableNpnts=None, maxRequiredPoints=None, decimate=True |