AGC

Package: PowerOperationsOpenAPIModels · Source: Operations/Service/AGC.json

Automatic generation control (AGC) for the system or a certain Area within the system. This model uses a proportional-integral-derivative (PID) control to simulate a “smooth” response of the AGC to the area control error (ACE).

Properties

Property Type Required Unit Description
id integer yes Unique integer identifier for this component.
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.
bias number yes MW/Hz Area frequency bias. Units: MW/Hz.
K_p number yes PID Proportional Constant.
K_i number yes PID Integral Constant.
K_d number yes PID Derivative Constant.
delta_t number yes s PID Discretization period. Units: s.
area integer ID of the area controlled by the AGC.
initial_ace number Initial condition for ACE.

This site uses Just the Docs, a documentation theme for Jekyll.