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

Added test configuration for RF modules

parent 1b5ca00d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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
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