aboutsummaryrefslogtreecommitdiff
path: root/examples/lock_eit.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-12-19 23:55:37 -0500
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-12-19 23:55:37 -0500
commit3da884105782fef4dd694919af0d2c2a65b79d6f (patch)
treed502a25eb0e0dc9aefa4902f48e7c3b1a5815bfe /examples/lock_eit.py
parent78be16027882bf215859f05f6faee702f03413e9 (diff)
downloadpyExpControl-3da884105782fef4dd694919af0d2c2a65b79d6f.tar.gz
pyExpControl-3da884105782fef4dd694919af0d2c2a65b79d6f.zip
display instruments config
Diffstat (limited to 'examples/lock_eit.py')
-rw-r--r--examples/lock_eit.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py
index 7d92ab1..b609d34 100644
--- a/examples/lock_eit.py
+++ b/examples/lock_eit.py
@@ -115,6 +115,10 @@ async def main():
apparatus.state = None
apparatus.runStatus = False
+ d={}
+ d['scope'] = scope.getConfig()
+ d['rfgen'] = rfgen.getConfig()
+ instruments_config=gui.QOLDictionary(a=wp, name='Instruments configs', container=d)
SweepSpan = 10000