aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-25 23:47:02 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-25 23:47:02 -0400
commitca857267d8a4419f8306203095778f2a740c0335 (patch)
tree5e896c78314ad51bc69a8a570456a165a1fbd710 /qolab/hardware
parentaf973de2068774a95308f77c7a5ff51d88a04ff4 (diff)
downloadqolab-ca857267d8a4419f8306203095778f2a740c0335.tar.gz
qolab-ca857267d8a4419f8306203095778f2a740c0335.zip
black formatter
Diffstat (limited to 'qolab/hardware')
-rw-r--r--qolab/hardware/scope/sds1104x.py2
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
(