diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 13:17:15 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 13:17:15 -0400 |
commit | fbbf61d4669bb1ce2a366126f6361c8f1947ac4d (patch) | |
tree | 17e55034110d6399f1fa9a5e924e4d01141ff358 /qolab/hardware/scope/sds1104x.py | |
parent | a4c079f8268a8a8f2b5b74ae81392a444054f283 (diff) | |
download | qolab-fbbf61d4669bb1ce2a366126f6361c8f1947ac4d.tar.gz qolab-fbbf61d4669bb1ce2a366126f6361c8f1947ac4d.zip |
fixed doc string
Diffstat (limited to 'qolab/hardware/scope/sds1104x.py')
-rw-r--r-- | qolab/hardware/scope/sds1104x.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py index 9ed3807..0b9bd32 100644 --- a/qolab/hardware/scope/sds1104x.py +++ b/qolab/hardware/scope/sds1104x.py @@ -83,7 +83,7 @@ class SDS1104X(ScopeSCPI): """ Get raw channel waveform in binary format. - Parameters: + Parameters ---------- chNum : int Scope channel to use: 1, 2, 3, or 4 |