Skip to content
Snippets Groups Projects
Commit 8bfa50b4 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

add AWG for oscillators in test_configuration.py

parent b92400ed
No related branches found
No related tags found
No related merge requests found
......@@ -303,6 +303,11 @@ class Context:
output = params['output']
if not isinstance(output, str):
output = tuple(output)
if len(output) == 2:
awg_name = output[0]
if awg_name not in pulse.awg_devices:
pulse.add_awg(station.components[awg_name])
channel_conf = pulse.digitizer_channels[sensor]
channel_conf.iq_out = True
dig = pulse.digitizers[channel_conf.module_name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment