aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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