aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-18 00:07:29 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-18 00:07:29 -0400
commite0be97cf7ffe0198c45618b136277dfad3f99776 (patch)
treee1daf8dd9d679e5d3ddcc75f4c88f58602e78512 /qolab/hardware
parenteea1e22064755a3baf0770780c6a24892b3b5ff8 (diff)
downloadqolab-e0be97cf7ffe0198c45618b136277dfad3f99776.tar.gz
qolab-e0be97cf7ffe0198c45618b136277dfad3f99776.zip
fixed doc strings
Diffstat (limited to 'qolab/hardware')
-rw-r--r--qolab/hardware/scope/sds2304x.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds2304x.py b/qolab/hardware/scope/sds2304x.py
index f7c5fb8..55919f3 100644
--- a/qolab/hardware/scope/sds2304x.py
+++ b/qolab/hardware/scope/sds2304x.py
@@ -8,7 +8,7 @@ from qolab.hardware.basic import BasicInstrument
import re
class SDS2304X(SDS1104X):
- """ Siglent SDS2354x scope """
+ """ Siglent SDS2304x scope """
vertDivOnScreen = 8 # unlike SDS1104X, number of divisions matches what is seen on the screen
horizDivOnScreen = 10
def __init__(self, resource, *args, **kwds):