diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-18 23:49:05 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-18 23:49:05 -0400 |
commit | 09b5471495c730436a6bc9dd1c95c0268b1a7c3b (patch) | |
tree | 4a5ca9980f78d8c61f65970d1738ffd842011809 /qolab/hardware/scope | |
parent | 24f0c5bed0d1ab6a4008fc40d141a670cf23cec3 (diff) | |
download | qolab-09b5471495c730436a6bc9dd1c95c0268b1a7c3b.tar.gz qolab-09b5471495c730436a6bc9dd1c95c0268b1a7c3b.zip |
improved doc string
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 9 |
1 files changed, 6 insertions, 3 deletions
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): <type>: 0 (NORMal), 1 (MAXimum) or 2 (RAW). <points>: an integer between 1 and 12000000. After the memory depth option is installed, <points> is an integer between 1 and 24000000. - <count>: the number of averages in the average sample mode and 1 in other modes. - <xincrement>: the time difference between two neighboring points in the X direction. + <count>: the number of averages in the average sample mode + and 1 in other modes. + <xincrement>: the time difference between two neighboring points + in the X direction. <xorigin>: the start time of the waveform data in the X direction. <xreference>: the reference time of the data point in the X direction. <yincrement>: the waveform increment in the Y direction. - <yorigin>: the vertical offset relative to the "Vertical Reference Position" in the Y direction. + <yorigin>: the vertical offset relative + to the "Vertical Reference Position" in the Y direction. <yreference>: the vertical reference position in the Y direction. """ print(preamble) |