aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-20 17:40:52 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-20 17:40:52 -0400
commit35406a1003601ad5718b58e4ab6f8f47ac97eb3d (patch)
tree89893695e1ff40f518b9f336db298a3dff3c0535 /qolab/hardware
parentad9200a974527ab2b5e603c3ce13c9c78cf6ee7b (diff)
downloadqolab-35406a1003601ad5718b58e4ab6f8f47ac97eb3d.tar.gz
qolab-35406a1003601ad5718b58e4ab6f8f47ac97eb3d.zip
spell fix
Diffstat (limited to 'qolab/hardware')
-rw-r--r--qolab/hardware/scope/rigolds1054z.py2
-rw-r--r--qolab/hardware/scope/sds1104x.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py
index 0370217..a6f484b 100644
--- a/qolab/hardware/scope/rigolds1054z.py
+++ b/qolab/hardware/scope/rigolds1054z.py
@@ -127,7 +127,7 @@ class RigolDS1054z(ScopeSCPI):
chNum : int
Scope channel to use: 1, 2, 3, or 4
availableNpnts : int or None (default)
- Available numnber of points. Do not set it if you want it auto detected.
+ Available number of points. Do not set it if you want it auto detected.
maxRequiredPoints : int
Maximum number of required points, if we ask less than available
we well get sparse set which proportionally fills all available time range.
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py
index c79c591..12763ce 100644
--- a/qolab/hardware/scope/sds1104x.py
+++ b/qolab/hardware/scope/sds1104x.py
@@ -88,7 +88,7 @@ class SDS1104X(ScopeSCPI):
chNum : int
Scope channel to use: 1, 2, 3, or 4
availableNpnts : int or None (default)
- Available numnber of points. Do not set it if you want it auto detected.
+ Available number of points. Do not set it if you want it auto detected.
maxRequiredPoints : int
Maximum number of required points, if we ask less than available
we well get sparse set which proportionally fills all available time range.