get_power_supplies Moku:Go
Get all available power supplies on the Moku hardwareWhen using either of the clients, user can access this function directly from instrument reference.
# Examples
Sample response,
[
{
"id": 1,
"enabled": true,
"current_range": [0, 0.15],
"voltage_range": [-5, 5],
"set_voltage": 1.99951171875,
"set_current": 0.1039387308533917,
"actual_voltage": 1.928500000000001,
"actual_current": 0.001562500000000022,
"constant_current_mode": false,
"constant_voltage_mode": true
}
// other power supplies..
]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15