LoadZone

PowerSystems.LoadZoneType
mutable 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 storage
  • internal::InfrastructureSystemsInternal: power system internal reference, do not modify
source