diff options
Diffstat (limited to 'qolab/hardware')
-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, |