diff options
Diffstat (limited to 'qolab/hardware')
-rw-r--r-- | qolab/hardware/scope/sds2304x.py | 2 |
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): |