diff options
Diffstat (limited to 'qolab/hardware')
-rw-r--r-- | qolab/hardware/scope/_basic.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qolab/hardware/scope/_basic.py b/qolab/hardware/scope/_basic.py index eaab281..6a7b62e 100644 --- a/qolab/hardware/scope/_basic.py +++ b/qolab/hardware/scope/_basic.py @@ -89,10 +89,10 @@ class Scope(BasicInstrument): """ Get scope channel waveform where X axis is index and not time. - Waveform MUST HAVE config dictionary with - ``trRaw.config["tags"]["rawChanConfig"]`` assigned + Waveform MUST HAVE entry in config dictionary such as + ``wafeform.config["tags"]["rawChanConfig"]`` with items helping to calculate time trace - usually ``SampleRate``, ``Npnts``, ``sparsing``. + (Usually ``SampleRate``, ``Npnts``, ``sparsing``). For decimate use see ``getRawWaveform``. |