We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a40cdf + e320321 commit 0acceb9Copy full SHA for 0acceb9
1 file changed
src/qcodes/instrument/sims/cryo4g.yaml
@@ -51,6 +51,36 @@ devices:
51
specs:
52
type: str
53
valid: ["UP", "DOWN"]
54
+ ramp_rate:
55
+ default: 0.0
56
+ getter:
57
+ q: "RATE?"
58
+ r: "{}"
59
+ setter:
60
+ q: "RATE {}"
61
+ specs:
62
+ type: float
63
+ magnet_voltage:
64
65
66
+ q: "VMAG?"
67
68
69
70
+ output_voltage:
71
72
73
+ q: "VOUT?"
74
75
76
77
+ output_current:
78
79
80
+ q: "IOUT?"
81
82
83
84
current_limits:
85
range:
86
ids: [1, 2, 3, 4, 5, 6]
@@ -63,6 +93,8 @@ devices:
93
type: float
94
rate:
95
default: 0.0
96
97
+ q: "RATE? {range_id}"
98
setter:
99
q: "RATE {range_id} {}"
100
0 commit comments