From a52f654fa71d2ac9478047aadfbea6b696a2f39f Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 14 Jul 2024 00:22:34 -0400 Subject: impoved doc string --- qolab/hardware/scope/sds1104x.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qolab') diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py index 8b72e1f..9f0b502 100644 --- a/qolab/hardware/scope/sds1104x.py +++ b/qolab/hardware/scope/sds1104x.py @@ -11,7 +11,8 @@ import scipy.signal from pyvisa.constants import InterfaceType class SDS1104X(ScopeSCPI): - """ Siglent SDS1104x scope """ + """Siglent SDS1104x scope""" + # SDS1104x has actually 8 divisions but its behave like it has 10, # the grabbed trace has more points outside what is visible on the screen vertDivOnScreen = 10 -- cgit v1.2.3