We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da9e59 commit a8dade1Copy full SHA for a8dade1
1 file changed
qcodes/tests/delegate/data/chip.yml
@@ -5,8 +5,7 @@ instruments:
5
submodules_type: qcodes.instrument.delegate.DelegateInstrument
6
submodules:
7
device1:
8
- gate:
9
- - dac.ch01.voltage
+ gate: dac.ch01.voltage
10
source:
11
- lockin.frequency
12
- lockin.amplitude
@@ -26,10 +25,8 @@ instruments:
26
25
type: qcodes.instrument.delegate.DelegateInstrument
27
init:
28
parameters:
29
- X:
30
- - field_x.field
31
- ramp_rate:
32
- - field_x.ramp_rate
+ X: field_x.field
+ ramp_rate: field_x.ramp_rate
33
ramp_X:
34
- field_x.ramp_rate
35
- field_x.field
0 commit comments