diff options
Diffstat (limited to 'lab_control/oscilloscope.py')
-rw-r--r-- | lab_control/oscilloscope.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab_control/oscilloscope.py b/lab_control/oscilloscope.py index a09f8a0..9f2d02c 100644 --- a/lab_control/oscilloscope.py +++ b/lab_control/oscilloscope.py @@ -5,7 +5,7 @@ class Oscilloscope: def measureAmplitude(self, channel: int) -> float: pass - def measurePkToPk(self, channel: int) -> float: + def measurePeakToPeak(self, channel: int) -> float: pass def measureRMS(self, channel: int) -> float: |