diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-26 11:24:23 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-26 11:24:23 -0400 |
commit | a0d16f9d75af6c4b932447b8a1607481c95394e9 (patch) | |
tree | 447d8badbeb5e58f3b125eed1be00031739bcf5c /qolab/hardware/scope/_basic.py | |
parent | 93e7ab5101b821abd5596095e5601cdfdd16a0d1 (diff) | |
download | qolab-a0d16f9d75af6c4b932447b8a1607481c95394e9.tar.gz qolab-a0d16f9d75af6c4b932447b8a1607481c95394e9.zip |
better doc string
Diffstat (limited to 'qolab/hardware/scope/_basic.py')
-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``. |