diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-10-16 21:37:57 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-10-16 21:37:57 -0400 |
commit | e5549e8654da440b83c99942a3c66495c9f3458d (patch) | |
tree | 305eddb4ab3c5274072f8b48910bc22e65901dba /qolab/hardware/scope/sds800xhd.py | |
parent | 88c861c2f65028e48f74248ac96625882fa4c0ed (diff) | |
download | qolab-e5549e8654da440b83c99942a3c66495c9f3458d.tar.gz qolab-e5549e8654da440b83c99942a3c66495c9f3458d.zip |
remove unused fstring
Diffstat (limited to 'qolab/hardware/scope/sds800xhd.py')
-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. |