forked from AnnaGiasson/PythonEquipmentDrivers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscovered_equipment.config
More file actions
28 lines (28 loc) · 901 Bytes
/
discovered_equipment.config
File metadata and controls
28 lines (28 loc) · 901 Bytes
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
{
"source": {
"object": "BKPrecision_9132B",
"definition": "pythonequipmentdrivers.source",
"address": "USB0::0xFFFF::0x9130::802359043757410117::INSTR",
"init": [
["set_voltage", {"voltage": 0}],
["off", {}],
["set_current", {"current": 0}]
]
},
"oscilloscope": {
"object": "Tektronix_DPO4xxx",
"definition": "pythonequipmentdrivers.oscilloscope",
"address": "TCPIP0::172.20.31.28::inst0::INSTR",
"init": [
["set_channel_coupling", {"channel": 1, "coupling": "dc"}]
]
},
"oscilloscope2": {
"object": "Tektronix_DPO4xxx",
"definition": "pythonequipmentdrivers.oscilloscope",
"address": "TCPIP0::172.20.31.7::inst0::INSTR",
"init": [
["set_channel_coupling", {"channel": 1, "coupling": "dc"}]
]
}
}