Sub-NetworkΒΆ
The SubNetwork components are network subsets formed by buses with the same
carrier that are connected by passive branches (i.e. Line and Transformer).
Sub-networks with carrier "AC" correspond to synchronous areas, in which the
power flow is determined by the line and transformer impedances following
Kirchhoff's voltage law. Only "AC" and "DC" sub-networks can contain passive
branches. All other sub-networks must contain a single isolated bus.
Warning
Sub-networks are not entered by the user but dynamically calculated by
n.determine_network_topology().
| attribute | type | unit | default | description | status |
|---|---|---|---|---|---|
| name | string | nan | nan | Unique name assigned based on order of sub-network in list of sub-networks. | Output |
| carrier | string | nan | AC | Carrier determined from the buses in the sub-network. | Output |
| slack_bus | string | nan | nan | Name of slack bus. | Output |