diff options
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index 566ec63..53b23e1 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -341,7 +341,7 @@ class RigolDS1054z(ScopeSCPI): ) logger.info("Redoing, chunk reading.") continue # we need to repeat chunk read - wfRaw[strt - 1 : stp] = wfRawChunk + wfRaw[strt - 1 : stp] = wfRawChunk # noqa: E203 whitespace before ':' """ All this craziness with tuning chunk_size and catching VisaIOError |