aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope/_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/hardware/scope/_basic.py')
-rw-r--r--qolab/hardware/scope/_basic.py6
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``.