diff options
Diffstat (limited to 'qolab/hardware/scope/_basic.py')
-rw-r--r-- | qolab/hardware/scope/_basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/_basic.py b/qolab/hardware/scope/_basic.py index 5cb245d..9eec8c2 100644 --- a/qolab/hardware/scope/_basic.py +++ b/qolab/hardware/scope/_basic.py @@ -102,7 +102,7 @@ class Scope(BasicInstrument): raise NotImplementedError("getWaveform function is not implemented") def getTimeTrace(self, rawChanCfg): - """Constructs time trace from properties provided in ``rawChanCfg`` dictionary.""" + """Constructs time trace from properties in ``rawChanCfg`` dictionary.""" raise NotImplementedError("getTimeTrace function is not implemented") def getTrace( |