From 9ac4d611b63fc23d967909f68ae0db0a4632bf15 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 21 Jul 2024 14:32:53 -0400 Subject: changed doc string --- qolab/hardware/scope/rigolds1054z.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3