-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexample_config.json
50 lines (50 loc) · 2.15 KB
/
example_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"source_v_in": {
"object": "Chroma_62000P",
"definition": "pythonequipmentdrivers.source",
"address": "USB0::0x1698::0x0837::002000000655::INSTR",
"init": [
["set_state", {"state": 0}],
["set_voltage", {"voltage": 0}],
["set_current", {"current": 8}]
]
},
"multimeter_v_out": {
"object": "HP_34401A",
"definition": "pythonequipmentdrivers.multimeter",
"address": "GPIB0::16::INSTR",
"init": [["set_mode", {"mode": "VDC"}]]
},
"multimeter_i_mon": {
"object": "HP_34401A",
"definition": "pythonequipmentdrivers.multimeter",
"address": "GPIB0::4::INSTR",
"init": [["set_mode", {"mode": "VDC"}]]
},
"sink": {
"object": "Chroma_63206A",
"definition": "pythonequipmentdrivers.sink",
"address": "GPIB0::7::INSTR",
"init": [
["set_state", {"state": 0}],
["set_short_state", {"state": 0}],
["set_mode", {"mode": "CC", "range_setting": 1}],
["set_current", {"current": 1}]
]
},
"oscilloscope": {
"object": "Tektronix_DPO4xxx",
"definition": "pythonequipmentdrivers.oscilloscope",
"address": "TCPIP0::172.20.41.125::inst0::INSTR"
},
"source_ac": {
"object": "Elgar_5250A",
"definition": "pythonequipmentdrivers.source",
"address": "GPIB0::13::INSTR"
},
"powermeter": {
"object": "Yokogawa_760203",
"definition": "pythonequipmentdrivers.powermeter",
"address": "USB0::0x0B21::0x0025::4332534D303830303156::INSTR"
}
}