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 0f96318..3ea7f81 100644 --- a/qolab/hardware/scope/sds800xhd.py +++ b/qolab/hardware/scope/sds800xhd.py @@ -131,7 +131,7 @@ class SDS800XHD(SDS1104X): trRaw = Trace(f"Ch{chNum}") self.write(f":WAVeform:SOURce C{chNum}") - qstr = f":WAVeform:DATA?" + qstr = ":WAVeform:DATA?" if self.resource.interface_type == InterfaceType.usb: # Setting chunk size to 496 bytes, it seems that SDS sends data # in 512 bytes chunks via USB. |