From 3b8a1e230f329510285ce0fcd920e0f2ee1080f4 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 21 Jul 2024 14:02:07 -0400 Subject: typo fix --- qolab/hardware/scope/rigolds1054z.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab/hardware/scope') diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index 5272f5c..ced67d2 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -106,7 +106,7 @@ class RigolDS1054z(ScopeSCPI): Takes AUTO, NORMal, or SINGle """ - self.write(f"TRIGger:SWEep {val}") + self.write(f":TRIGger:SWEep {val}") @BasicInstrument.tsdb_append def getMemoryDepth(self): -- cgit v1.2.3