diff options
Diffstat (limited to 'qolab/hardware')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index 9a73e7a..0d06ba6 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -370,6 +370,7 @@ class RigolDS1054z(ScopeSCPI): ) trRaw.config["unit"] = "Count" trRaw.config["tags"]["Decimate"] = decimate + trRaw.config["tags"]["rawChanConfig"] = rawChanCfg return (trRaw, rawChanCfg) def getTimeTrace(self, rawChanCfg): |