diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-25 23:47:02 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-25 23:47:02 -0400 |
commit | ca857267d8a4419f8306203095778f2a740c0335 (patch) | |
tree | 5e896c78314ad51bc69a8a570456a165a1fbd710 /qolab | |
parent | af973de2068774a95308f77c7a5ff51d88a04ff4 (diff) | |
download | qolab-ca857267d8a4419f8306203095778f2a740c0335.tar.gz qolab-ca857267d8a4419f8306203095778f2a740c0335.zip |
black formatter
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/hardware/scope/sds1104x.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py index abca62a..82d85d0 100644 --- a/qolab/hardware/scope/sds1104x.py +++ b/qolab/hardware/scope/sds1104x.py @@ -97,7 +97,7 @@ class SDS1104X(ScopeSCPI): # using channel 1 to get availableNpnts availableNpnts = self.getAvailableNumberOfPoints(1) rawChanCfg["availableNpnts"] = availableNpnts - + if maxRequiredPoints is None: maxRequiredPoints = self.maxRequiredPoints ( |