aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/hardware')
-rw-r--r--qolab/hardware/scope/rigolds1054z.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py
index 094cb00..b80642b 100644
--- a/qolab/hardware/scope/rigolds1054z.py
+++ b/qolab/hardware/scope/rigolds1054z.py
@@ -276,7 +276,7 @@ class RigolDS1054z(ScopeSCPI):
"yorigin": int(preamble[8]),
"yreference": int(preamble[9]),
}
- logger.info(f"rawChanCfg: {rawChanCfg}")
+ logger.debug(f"rawChanCfg: {rawChanCfg}")
availableNpnts = rawChanCfg["availableNpnts"]
wfRaw = np.zeros(availableNpnts, dtype=np.uint8)
maxreadable = 250_000 # the maximum number of bytes readable in one go