diff options
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |