Area

PowerSystems.AreaType
mutable struct Area <: AggregationTopology
    name::String
    peak_active_power::Float64
    peak_reactive_power::Float64
    load_response::Float64
    time_series_container::InfrastructureSystems.TimeSeriesContainer
    internal::InfrastructureSystemsInternal
end

A collection of buses for control purposes.

Arguments

  • name::String
  • peak_active_power::Float64
  • peak_reactive_power::Float64
  • load_response::Float64
  • time_series_container::InfrastructureSystems.TimeSeriesContainer: internal time_series storage
  • internal::InfrastructureSystemsInternal: power system internal reference, do not modify
source