2. Components Models

2.1. Network

It is the main cointainer for a power system representation. It has fields with a lists of the components detailed in the rest of this page.

2.2. Bus

A Bus Class_ represents a node of the power system network. It has methods to get any conected component to it.

In the API documetation there are more details for the class

2.3. Generator

An static representation of a generator. It includes injection of active and reactive power and a set-point for the voltage magnitude.

The capability curve (D-curve) of the generator is neglected. The operations bounds for a generator are given in a box constrained way:

\[P_{min} \le P \le P_{max}\]
\[Q_{min} \le Q \le Q_{max}\]

In the API documetation there are more details for the generator class

2.4. Load

A representation of a static load in which it has a mix of power, current and admitance components.

Loads Components

Components

Active

Reactive

Power

comp_p

comp_q

Current

comp_i

comp_j

Admitance

comp_g

comp_b

In the API documetation there are more details for the Load class

2.5. Shunt