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

Use Q1Simulator Cluster in test

parent 36b8deb0
No related branches found
No related tags found
No related merge requests found
......@@ -42,15 +42,15 @@ QbloxMocked:
station: qblox_mocked.yaml
backend: Qblox
awg_channels:
QCM1: [P1,P2,P3,]
QCM2: [P4,P5,P6,P7]
QCM3: [I1,Q1,I2,Q2]
Qblox_module1: [P1,P2,P3,]
Qblox_module2: [P4,P5,P6,P7]
Qblox_module3: [I1,Q1,I2,Q2]
markers:
M1: [QCM1,0]
M_IQ: [QCM3,0]
M1: [Qblox_module1,0]
M_IQ: [Qblox_module3,0]
sensors:
SD1: [QRM1,0]
SD2: [QRM1,1]
SD1: [Qblox_module4,0]
SD2: [Qblox_module4,1]
rf:
SD2:
output: [QRM1,1]
......
......@@ -18,32 +18,13 @@ instruments:
frequency:
limits: [0,20e9]
QCM1:
type: q1simulator.Q1Simulator
Qblox:
type: q1simulator.Cluster
enable_forced_reconnect : True
init:
sim_type: QCM
QCM2:
type: q1simulator.Q1Simulator
enable_forced_reconnect : True
init:
sim_type: QCM
QCM3:
type: q1simulator.Q1Simulator
enable_forced_reconnect : True
init:
sim_type: QCM
QRM1:
type: q1simulator.Q1Simulator
enable_forced_reconnect : True
init:
sim_type: QRM
QRM2:
type: q1simulator.Q1Simulator
enable_forced_reconnect : True
init:
sim_type: QRM
modules:
1: QCM
2: QCM
3: QCM
4: QRM
5: QRM
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