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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lab_control/oscilloscope.py b/lab_control/oscilloscope.py
index 167879c..04bd338 100644
--- a/lab_control/oscilloscope.py
+++ b/lab_control/oscilloscope.py
@@ -16,3 +16,7 @@ class Oscilloscope:
def measureFrequency(self, channel: int) -> float:
""" Return frequency measurement on specific channel. """
+
+ def setVoltsPerDivision(self, channel: int, volts: float) -> None:
+ """ Sets the vertical scale of specific channel. """
+