aboutsummaryrefslogtreecommitdiff
path: root/qolab
diff options
context:
space:
mode:
Diffstat (limited to 'qolab')
-rw-r--r--qolab/hardware/scope/rigolds1054z.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py
index c42046b..22a2da2 100644
--- a/qolab/hardware/scope/rigolds1054z.py
+++ b/qolab/hardware/scope/rigolds1054z.py
@@ -101,7 +101,7 @@ class RigolDS1054z(ScopeSCPI):
@BasicInstrument.tsdb_append
def setRun(self, val):
- """Either enable run or stop."""
+ """Either enable run or stop the acquisition."""
if val:
self.run()