From 008508ea067a8868d0a50b43ca9dc3416d06e2c1 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 13 Oct 2024 15:15:18 -0400 Subject: formatting --- qolab/hardware/scope/sds800xhd.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3