Skip to content
Snippets Groups Projects
Commit 48e5c9b4 authored by Sander Snoo's avatar Sander Snoo
Browse files

Added Keysight_QS configuration

parent ff6de457
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,8 @@ def init_hardware():
return [awg1,awg2], [dig1]
if _backend == 'Keysight_QS':
_ch_offset = 1
from .init_keysight_qs import awg1, dig1
TODO()
return [awg1], [dig1]
from .init_keysight_qs import awg1, awg2, dig1
return [awg1,awg2], [dig1]
def init_pulselib(awgs, digitizers, virtual_gates=False, bias_T_rc_time=None):
......
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