From c6058bf229e993bb60e090587bc95bfff766bc11 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Mon, 17 Jun 2024 16:43:07 -0400 Subject: comment about number of vertical divisions for SDS1104X --- qolab/hardware/scope/sds1104x.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qolab/hardware/scope') 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): -- cgit v1.2.3