LoadZone
PowerSystems.LoadZone
— Typemutable struct LoadZone <: AggregationTopology
name::String
peak_active_power::Float64
peak_reactive_power::Float64
time_series_container::InfrastructureSystems.TimeSeriesContainer
internal::InfrastructureSystemsInternal
end
A collection of buses for electricity price analysis.
Arguments
name::String
peak_active_power::Float64
peak_reactive_power::Float64
time_series_container::InfrastructureSystems.TimeSeriesContainer
: internal time_series storageinternal::InfrastructureSystemsInternal
: power system internal reference, do not modify
PowerSystems.get_peak_active_power
— Methodget_peak_active_power(value::LoadZone) -> Float64
Get LoadZone
peak_active_power
.
PowerSystems.get_peak_reactive_power
— Methodget_peak_reactive_power(value::LoadZone) -> Float64
Get LoadZone
peak_reactive_power
.
PowerSystems.set_peak_active_power!
— Methodset_peak_active_power!(value::LoadZone, val::Any) -> Any
Set LoadZone
peak_active_power
.
PowerSystems.set_peak_reactive_power!
— Methodset_peak_reactive_power!(value::LoadZone, val::Any) -> Any
Set LoadZone
peak_reactive_power
.