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, 0 insertions, 3 deletions
diff --git a/lab_control/oscilloscope.py b/lab_control/oscilloscope.py
index e4b5a89..167879c 100644
--- a/lab_control/oscilloscope.py
+++ b/lab_control/oscilloscope.py
@@ -5,9 +5,6 @@ class Oscilloscope:
This interface specifies the common API for all
supported oscilloscope devices.
"""
- def __init__(self):
- pass
-
def measureAmplitude(self, channel: int) -> float:
""" Return amplitude measurement on specific channel. """