Area
PowerSystems.Area
— Typemutable 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 storageinternal::InfrastructureSystemsInternal
: power system internal reference, do not modify
InfrastructureSystems.get_name
— Methodget_name(value::Area) -> String
Get Area
name
.
InfrastructureSystems.get_time_series_container
— Methodget_time_series_container(value::Area) -> InfrastructureSystems.TimeSeriesContainer
Get Area
time_series_container
.
InfrastructureSystems.set_name!
— Methodset_name!(value::Area, val) -> Any
Set Area
name
.
PowerSystems.get_load_response
— Methodget_load_response(value::Area) -> Float64
Get Area
load_response
.
PowerSystems.get_peak_active_power
— Methodget_peak_active_power(value::Area) -> Any
Get Area
peak_active_power
.
PowerSystems.get_peak_reactive_power
— Methodget_peak_reactive_power(value::Area) -> Any
Get Area
peak_reactive_power
.
PowerSystems.set_load_response!
— Methodset_load_response!(value::Area, val) -> Any
Set Area
load_response
.
PowerSystems.set_peak_active_power!
— Methodset_peak_active_power!(value::Area, val) -> Any
Set Area
peak_active_power
.
PowerSystems.set_peak_reactive_power!
— Methodset_peak_reactive_power!(value::Area, val) -> Any
Set Area
peak_reactive_power
.
PowerSystems.set_time_series_container!
— Methodset_time_series_container!(value::Area, val) -> Any
Set Area
time_series_container
.