StandardLoad
PowerSystems.StandardLoad — Type
mutable struct StandardLoad <: StaticLoad
name::String
available::Bool
bus::ACBus
base_power::Float64
constant_active_power::Float64
constant_reactive_power::Float64
impedance_active_power::Float64
impedance_reactive_power::Float64
current_active_power::Float64
current_reactive_power::Float64
max_constant_active_power::Float64
max_constant_reactive_power::Float64
max_impedance_active_power::Float64
max_impedance_reactive_power::Float64
max_current_active_power::Float64
max_current_reactive_power::Float64
conformity::LoadConformity
services::Vector{Service}
dynamic_injector::Union{Nothing, DynamicInjection}
ext::Dict{String, Any}
internal::InfrastructureSystemsInternal
endA voltage-dependent ZIP load, most commonly used for dynamics modeling.
A StandardLoad breaks the ZIP into three pieces: Z (constant impedance), I (constant current), and P (constant power), according to P = P_P * V^0 + P_I * V^1 + P_Z * V^2 for active power and Q = Q_P * V^0 + Q_I * V^1 + Q_Z * V^2 for reactive power. (Voltage V is in per unit.)
For an alternative exponential formulation of the ZIP model, see ExponentialLoad. For a simpler load model with no voltage dependency, see PowerLoad
Arguments
name::String: Name of the component. Components of the same type (e.g.,PowerLoad) must have unique names, but components of different types (e.g.,PowerLoadandACBus) can have the same nameavailable::Bool: Indicator of whether the component is connected and online (true) or disconnected, offline, or down (false). Unavailable components are excluded during simulationsbus::ACBus: Bus that this component is connected tobase_power::Float64: Base power of the load (MVA) for per unitization, validation range:(0.0001, nothing)constant_active_power::Float64: (default:0.0) Constant active power demand in MW (P_P)constant_reactive_power::Float64: (default:0.0) Constant reactive power demand in MVAR (Q_P)impedance_active_power::Float64: (default:0.0) Active power coefficient in MW for constant impedance load (P_Z)impedance_reactive_power::Float64: (default:0.0) Reactive power coefficient in MVAR for constant impedance load (Q_Z)current_active_power::Float64: (default:0.0) Active power coefficient in MW for constant current load (P_I)current_reactive_power::Float64: (default:0.0) Reactive power coefficient in MVAR for constant current load (Q_I)max_constant_active_power::Float64: (default:0.0) Maximum active power (MW) drawn by constant power loadmax_constant_reactive_power::Float64: (default:0.0) Maximum reactive power (MVAR) drawn by constant power loadmax_impedance_active_power::Float64: (default:0.0) Maximum active power (MW) drawn by constant impedance loadmax_impedance_reactive_power::Float64: (default:0.0) Maximum reactive power (MVAR) drawn by constant impedance loadmax_current_active_power::Float64: (default:0.0) Maximum active power (MW) drawn by constant current loadmax_current_reactive_power::Float64: (default:0.0) Maximum reactive power (MVAR) drawn by constant current loadconformity::LoadConformity: (default:LoadConformity.UNDEFINED) Indicates whether the specified load is conforming or non-conforming. Options are listed here.services::Vector{Service}: (default:Device[]) Services that this device contributes todynamic_injector::Union{Nothing, DynamicInjection}: (default:nothing) corresponding dynamic injection deviceext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.internal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
InfrastructureSystems.get_available — Method
InfrastructureSystems.get_name — Method
InfrastructureSystems.set_available! — Method
PowerSystems.get_base_power — Method
PowerSystems.get_bus — Method
PowerSystems.get_conformity — Method
PowerSystems.get_constant_active_power — Method
get_constant_active_power(value::StandardLoad) -> Float64
Get StandardLoad constant_active_power.
PowerSystems.get_constant_reactive_power — Method
get_constant_reactive_power(value::StandardLoad) -> Float64
Get StandardLoad constant_reactive_power.
PowerSystems.get_current_active_power — Method
get_current_active_power(value::StandardLoad) -> Float64
Get StandardLoad current_active_power.
PowerSystems.get_current_reactive_power — Method
get_current_reactive_power(value::StandardLoad) -> Float64
Get StandardLoad current_reactive_power.
PowerSystems.get_dynamic_injector — Method
get_dynamic_injector(
value::StandardLoad
) -> Union{Nothing, DynamicInjection}
Get StandardLoad dynamic_injector.
PowerSystems.get_ext — Method
PowerSystems.get_impedance_active_power — Method
get_impedance_active_power(value::StandardLoad) -> Float64
Get StandardLoad impedance_active_power.
PowerSystems.get_impedance_reactive_power — Method
get_impedance_reactive_power(value::StandardLoad) -> Float64
Get StandardLoad impedance_reactive_power.
PowerSystems.get_max_constant_active_power — Method
get_max_constant_active_power(
value::StandardLoad
) -> Float64
Get StandardLoad max_constant_active_power.
PowerSystems.get_max_constant_reactive_power — Method
get_max_constant_reactive_power(
value::StandardLoad
) -> Float64
Get StandardLoad max_constant_reactive_power.
PowerSystems.get_max_current_active_power — Method
get_max_current_active_power(value::StandardLoad) -> Float64
Get StandardLoad max_current_active_power.
PowerSystems.get_max_current_reactive_power — Method
get_max_current_reactive_power(
value::StandardLoad
) -> Float64
Get StandardLoad max_current_reactive_power.
PowerSystems.get_max_impedance_active_power — Method
get_max_impedance_active_power(
value::StandardLoad
) -> Float64
Get StandardLoad max_impedance_active_power.
PowerSystems.get_max_impedance_reactive_power — Method
get_max_impedance_reactive_power(
value::StandardLoad
) -> Float64
Get StandardLoad max_impedance_reactive_power.
PowerSystems.get_services — Method
PowerSystems.set_base_power! — Method
PowerSystems.set_bus! — Method
PowerSystems.set_conformity! — Method
PowerSystems.set_constant_active_power! — Method
set_constant_active_power!(value::StandardLoad, val) -> Any
Set StandardLoad constant_active_power.
PowerSystems.set_constant_reactive_power! — Method
set_constant_reactive_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad constant_reactive_power.
PowerSystems.set_current_active_power! — Method
set_current_active_power!(value::StandardLoad, val) -> Any
Set StandardLoad current_active_power.
PowerSystems.set_current_reactive_power! — Method
set_current_reactive_power!(value::StandardLoad, val) -> Any
Set StandardLoad current_reactive_power.
PowerSystems.set_ext! — Method
PowerSystems.set_impedance_active_power! — Method
set_impedance_active_power!(value::StandardLoad, val) -> Any
Set StandardLoad impedance_active_power.
PowerSystems.set_impedance_reactive_power! — Method
set_impedance_reactive_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad impedance_reactive_power.
PowerSystems.set_max_constant_active_power! — Method
set_max_constant_active_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad max_constant_active_power.
PowerSystems.set_max_constant_reactive_power! — Method
set_max_constant_reactive_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad max_constant_reactive_power.
PowerSystems.set_max_current_active_power! — Method
set_max_current_active_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad max_current_active_power.
PowerSystems.set_max_current_reactive_power! — Method
set_max_current_reactive_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad max_current_reactive_power.
PowerSystems.set_max_impedance_active_power! — Method
set_max_impedance_active_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad max_impedance_active_power.
PowerSystems.set_max_impedance_reactive_power! — Method
set_max_impedance_reactive_power!(
value::StandardLoad,
val
) -> Any
Set StandardLoad max_impedance_reactive_power.