From 47873fc9a211f0f74e7f3f312abdf6f21c7b2f91 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 24 May 2022 13:17:04 +0200 Subject: Added gitignore, restructured repo, added initial tests --- src/lab-control/oscilloscope.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/lab-control/oscilloscope.py (limited to 'src/lab-control/oscilloscope.py') diff --git a/src/lab-control/oscilloscope.py b/src/lab-control/oscilloscope.py deleted file mode 100644 index a09f8a0..0000000 --- a/src/lab-control/oscilloscope.py +++ /dev/null @@ -1,17 +0,0 @@ -class Oscilloscope: - def __init__(self): - raise Exception("This class should not be instantiated directly, please extend it instead") - - def measureAmplitude(self, channel: int) -> float: - pass - - def measurePkToPk(self, channel: int) -> float: - pass - - def measureRMS(self, channel: int) -> float: - pass - - def measureFrequency(self, channel: int) -> float: - pass - - -- cgit v1.2.3