aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/hardware')
-rw-r--r--qolab/hardware/scope/sds1104x.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py
index 5c5dfe4..8b72e1f 100644
--- a/qolab/hardware/scope/sds1104x.py
+++ b/qolab/hardware/scope/sds1104x.py
@@ -12,6 +12,8 @@ from pyvisa.constants import InterfaceType
class SDS1104X(ScopeSCPI):
""" 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
horizDivOnScreen = 14
def __init__(self, resource, *args, **kwds):