aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e0653d9..aa5940f 100644
--- a/qolab/hardware/scope/sds1104x.py
+++ b/qolab/hardware/scope/sds1104x.py
@@ -117,7 +117,7 @@ class SDS1104X(ScopeSCPI):
except ValueError as err:
# most likely we get crazy number of points
# self.read() # flushing the bogus output of previous command
- print(f'Error: getting waveform failed for {qstr=}')
+ print(f'Error {err=}: getting waveform failed for {qstr=}')
wfRaw=np.array([])
trRaw.config['unit'] = 'Count'
trRaw.config['tags']['Decimate'] = decimate