summaryrefslogtreecommitdiffstats
path: root/lab_control/oscilloscope.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab_control/oscilloscope.py')
-rw-r--r--lab_control/oscilloscope.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lab_control/oscilloscope.py b/lab_control/oscilloscope.py
index 04bd338..8b0c0ec 100644
--- a/lab_control/oscilloscope.py
+++ b/lab_control/oscilloscope.py
@@ -19,4 +19,7 @@ class Oscilloscope:
def setVoltsPerDivision(self, channel: int, volts: float) -> None:
""" Sets the vertical scale of specific channel. """
+
+ def getDivisionsDisplayed(self) -> int:
+ """ Returns the number of vertical divisions on the device display. """