diff options
Diffstat (limited to 'qolab/hardware')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index d43752a..c42046b 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -99,6 +99,7 @@ class RigolDS1054z(ScopeSCPI): return True return False + @BasicInstrument.tsdb_append def setRun(self, val): """Either enable run or stop.""" |