ACBus
Package: PowerCoreOpenAPIModels · Source: Core/Topology/ACBus.json
An AC bus.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
id | integer | yes | — | Unique integer identifier for this component. |
number | integer | yes | — | A unique bus identification number (positive integer). |
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. |
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. This field should not be confused with the ISOLATED enum value. |
bustype | string (ACBusType) | — | — | Used to describe the connectivity and behavior of this bus. in psy5 a required param with an option to be nothing |
angle | number | — | rad | Angle of the bus. Units: rad. |
magnitude | number | — | pu | Voltage as a multiple of base_voltage. Units: pu. |
voltage_limits | MinMax | — | pu | Limits on the voltage variation as multiples of base_voltage. Units: pu. |
base_voltage | number | — | kV | The base voltage. Units: kV. |
area | integer | — | — | ID of the area containing the bus. |
load_zone | integer | — | — | ID of the load zone containing the bus. |