DCBus
Package: PowerCoreOpenAPIModels · Source: Core/Topology/DCBus.json
A DC bus.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
area | integer | — | — | ID of the area containing the DC bus. |
available | boolean | yes | — | Indicator of whether the component is connected and online (true) or disconnected, offline, or down (false). Unavailable components are excluded during simulations. |
base_voltage | number | — | kV | The base voltage. in psy5 a required param with an option to be nothing Units: kV. |
id | integer | yes | — | Unique integer identifier for this component. |
load_zone | integer | — | — | ID of the load zone containing the DC bus. |
magnitude | number | — | pu | Voltage as a multiple of base_voltage. in psy5 a required param with an option to be nothing Units: pu. |
name | string | yes | — | Name of the component. Components of the same type (e.g., PowerLoad) must have unique names, but components of different types (e.g., PowerLoad and ACBus) can have the same name. |
number | number | yes | — | A unique bus identification number (positive integer). |
voltage_limits | MinMax | — | pu | Limits on the voltage variation as multiples of base_voltage. in psy5 a required param with an option to be nothing Units: pu. |