aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-26 11:24:23 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-26 11:24:23 -0400
commita0d16f9d75af6c4b932447b8a1607481c95394e9 (patch)
tree447d8badbeb5e58f3b125eed1be00031739bcf5c /qolab/hardware/scope
parent93e7ab5101b821abd5596095e5601cdfdd16a0d1 (diff)
downloadqolab-a0d16f9d75af6c4b932447b8a1607481c95394e9.tar.gz
qolab-a0d16f9d75af6c4b932447b8a1607481c95394e9.zip
better doc string
Diffstat (limited to 'qolab/hardware/scope')
-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``.