diff options
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/hardware/scope/sds1104x.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |