From 9c9ea5bcc9d2d241b635c507991cbc690a9e8e27 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 13 Oct 2024 13:43:01 -0400 Subject: return only needed info --- qolab/hardware/scope/sds800xhd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3