aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope/sds1104x.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-17 16:43:07 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-17 16:43:07 -0400
commitc6058bf229e993bb60e090587bc95bfff766bc11 (patch)
tree93bf4732aa3c9a046cf096cb1ce1e562f3c05635 /qolab/hardware/scope/sds1104x.py
parent87f992e8a98dcba531cd18fcec653a098a4eec78 (diff)
downloadqolab-c6058bf229e993bb60e090587bc95bfff766bc11.tar.gz
qolab-c6058bf229e993bb60e090587bc95bfff766bc11.zip
comment about number of vertical divisions for SDS1104X
Diffstat (limited to 'qolab/hardware/scope/sds1104x.py')
-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):