diff options
Diffstat (limited to 'qolab/hardware/scope')
-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 |