diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 00:24:30 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 00:24:30 -0400 |
commit | 9e79a2b967bd1fa59e93ba538bf722197ff936b6 (patch) | |
tree | 2778510175331b0f4c83c047dd4b6cf85f605229 /qolab/hardware/scope | |
parent | ae582dbddae31a772de26b2213924fbbbec8593a (diff) | |
download | qolab-9e79a2b967bd1fa59e93ba538bf722197ff936b6.tar.gz qolab-9e79a2b967bd1fa59e93ba538bf722197ff936b6.zip |
impoved doc string
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r-- | qolab/hardware/scope/sds1104x.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py index 3023d08..e7dde5b 100644 --- a/qolab/hardware/scope/sds1104x.py +++ b/qolab/hardware/scope/sds1104x.py @@ -247,7 +247,9 @@ class SDS1104X(ScopeSCPI): self, chNum, availableNpnts=None, maxRequiredPoints=None, decimate=True ): """ - For decimate use see getRawWaveform. In short decimate=True is slower but more precise. + For decimate use see ``getRawWaveform``. + + In short decimate=True is slower but more precise. """ trRaw, availableNpnts, Npnts = self.getRawWaveform( chNum, |