diff options
Diffstat (limited to 'examples/lock_eit.py')
-rw-r--r-- | examples/lock_eit.py | 4 |
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 |