From e0be97cf7ffe0198c45618b136277dfad3f99776 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 18 Jun 2024 00:07:29 -0400 Subject: fixed doc strings --- qolab/hardware/scope/sds2304x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab/hardware') 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): -- cgit v1.2.3