From 671cfbbd5b5b91986a69e9e0a639a6adce1e3956 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 23 Jul 2024 13:40:53 -0400 Subject: added screen divisions for a basic scope --- qolab/hardware/scope/_basic.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qolab/hardware/scope/_basic.py b/qolab/hardware/scope/_basic.py index b9020f1..4133c6e 100644 --- a/qolab/hardware/scope/_basic.py +++ b/qolab/hardware/scope/_basic.py @@ -58,6 +58,9 @@ class Scope(BasicInstrument): Provide a minimal set of methods to be implemented by a scope. """ + vertDivOnScreen = 8 # should be adjusted in hardware aware class + horizDivOnScreen = 8 # should be adjusted in hardware aware class + def __init__(self, *args, **kwds): BasicInstrument.__init__(self, *args, **kwds) self.config["Device type"] = "Scope" -- cgit v1.2.3