Skip to main content

Collector

nameName (string)required
children object

The children of this collector. This is used to create a tree structure.

anyOf
  • Array [
  • 0
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
  • ]
  • phase_permutations object

    If the phase naming conventions (L1, L2, L3) are not consistent between parent and child, specify the phase mapping between them.

    anyOf
    parentstring[]required
    childstring[]required
    line_currentLine Current (integer)required

    The line current in Ampere.

    line_voltage objectdeprecated

    Deprecated: use phase_voltage instead.

    anyOf
    integer
    phase_voltage object

    The phase voltage in Volt.

    anyOf
    integer
    commodityCommodity (string)
    Default value: electricity
    1P_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"
    }