diff options
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r-- | qolab/hardware/scope/sds800xhd.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds800xhd.py b/qolab/hardware/scope/sds800xhd.py index f361fcf..efcc0d2 100644 --- a/qolab/hardware/scope/sds800xhd.py +++ b/qolab/hardware/scope/sds800xhd.py @@ -255,7 +255,9 @@ class SDS800XHD(SDS1104X): sampling rate otherwise this command has no effect, while reporting success. """ - self.write(":ACQuire:MMANagement FSRate") # switch to fixed sampling rate setting + self.write( + ":ACQuire:MMANagement FSRate" + ) # switch to fixed sampling rate setting cstr = f":ACQuire:SRATe {val}" self.write(cstr) |