From 09b5471495c730436a6bc9dd1c95c0268b1a7c3b Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 18 Jul 2024 23:49:05 -0400 Subject: improved doc string --- qolab/hardware/scope/rigolds1054z.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'qolab/hardware') diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index c0bc114..c658793 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -149,12 +149,15 @@ class RigolDS1054z(ScopeSCPI): : 0 (NORMal), 1 (MAXimum) or 2 (RAW). : an integer between 1 and 12000000. After the memory depth option is installed, is an integer between 1 and 24000000. - : the number of averages in the average sample mode and 1 in other modes. - : the time difference between two neighboring points in the X direction. + : the number of averages in the average sample mode + and 1 in other modes. + : the time difference between two neighboring points + in the X direction. : the start time of the waveform data in the X direction. : the reference time of the data point in the X direction. : the waveform increment in the Y direction. - : the vertical offset relative to the "Vertical Reference Position" in the Y direction. + : the vertical offset relative + to the "Vertical Reference Position" in the Y direction. : the vertical reference position in the Y direction. """ print(preamble) -- cgit v1.2.3