aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-21 14:53:18 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-21 14:53:18 -0400
commitc1574eee689c48edef92ba9e11f04fbf6e4af3e4 (patch)
tree7679cd21d5e2dff8c055ae715bf1be6caee86768 /qolab/hardware/scope
parent106c7019fb518494428f29c7761d2c52c9150771 (diff)
downloadqolab-c1574eee689c48edef92ba9e11f04fbf6e4af3e4.tar.gz
qolab-c1574eee689c48edef92ba9e11f04fbf6e4af3e4.zip
added raw config to channel properties
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r--qolab/hardware/scope/rigolds1054z.py1
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):