aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-21 14:32:53 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-21 14:32:53 -0400
commit9ac4d611b63fc23d967909f68ae0db0a4632bf15 (patch)
tree5b6b322c08a023b710a2f68feaac7076972f0c0c /qolab/hardware/scope
parent67cf3ee8782903a9055a3be1f7ede1499059ba32 (diff)
downloadqolab-9ac4d611b63fc23d967909f68ae0db0a4632bf15.tar.gz
qolab-9ac4d611b63fc23d967909f68ae0db0a4632bf15.zip
changed doc string
Diffstat (limited to 'qolab/hardware/scope')
-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()