diff --git a/pulse_lib/tests/configurations/configurations.yaml b/pulse_lib/tests/configurations/configurations.yaml index 4c03b720db76943eb363c40647613eaeef252fc1..ac382fe06ace70eab2102503b3e2b30e687cbe01 100644 --- a/pulse_lib/tests/configurations/configurations.yaml +++ b/pulse_lib/tests/configurations/configurations.yaml @@ -68,6 +68,28 @@ QbloxMocked: startup_time: 200 runner: core_tools +QbloxMockedRF: + station: qblox_mocked_rf.yaml + backend: Qblox + awg_channels: + Qblox_module1: [P1,P2,P3,] + Qblox_module2: [P4,P5,P6,P7] + Qblox_module3: [I1,Q1,I2,Q2] + markers: + M1: [Qblox_module1,0] + M_IQ1: [Qblox_module3,0] + M_IQ2: [Qblox_module3,1] + sensors: + SD1: [Qblox_module4,0] + SD2: [Qblox_module5, [0,1]] + rf: + SD2: + output: [Qblox_module5, [0,1]] + frequency: 2e6 + amplitude: 400 + startup_time: 200 + mute: marker? Automatic if QRM-RF? + runner: core_tools TektronixMocked: station: tektronix_mocked.yaml diff --git a/pulse_lib/tests/configurations/qblox_mocked_rf.yaml b/pulse_lib/tests/configurations/qblox_mocked_rf.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a298d34b305f16ce7dda97866fd7b56c141e845e --- /dev/null +++ b/pulse_lib/tests/configurations/qblox_mocked_rf.yaml @@ -0,0 +1,30 @@ +instruments: + + sig_gen1: + type: qcodes.tests.instrument_mocks.DummyInstrument + enable_forced_reconnect: true + init: + gates: ['frequency','power'] + parameters: + frequency: + limits: [0,20e9] + + sig_gen2: + type: qcodes.tests.instrument_mocks.DummyInstrument + enable_forced_reconnect: true + init: + gates: ['frequency','power'] + parameters: + frequency: + limits: [0,20e9] + + Qblox: + type: q1simulator.Cluster + enable_forced_reconnect : True + init: + modules: + 1: QCM + 2: QCM + 3: QCM-RF + 4: QRM + 5: QRM-RF