Collector
nameName (string)required
children object
The children of this collector. This is used to create a tree structure.
- array
- null
Array [
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
]
null
phase_permutations object
If the phase naming conventions (L1, L2, L3) are not consistent between parent and child, specify the phase mapping between them.
- PinToPhasePermutation
- null
parentstring[]required
childstring[]required
null
line_currentLine Current (integer)required
The line current in Ampere.
line_voltage objectdeprecated
Deprecated: use phase_voltage instead.
- integer
- null
integer
null
phase_voltage object
The phase voltage in Volt.
- integer
- null
integer
null
commodityCommodity (string)
Default value:
electricity1P_3PCollectorType (string)required
Specifies whether the collector is single-phase (1P) or three-phase (3P).
Possible values: [1P, 3P]
Collector
{
"name": "string",
"children": [
null
],
"phase_permutations": {
"parent": [
"string"
],
"child": [
"string"
]
},
"line_current": 0,
"phase_voltage": 0,
"commodity": "electricity",
"1P_3P": "1P"
}