InterruptibleLoad
PowerSystems.InterruptibleLoad — Typemutable struct InterruptibleLoad <: ControllableLoad
name::String
available::Bool
bus::Bus
model::LoadModels.LoadModel
active_power::Float64
reactive_power::Float64
max_active_power::Float64
max_reactive_power::Float64
base_power::Float64
operation_cost::TwoPartCost
services::Vector{Service}
dynamic_injector::Union{Nothing, DynamicInjection}
ext::Dict{String, Any}
time_series_container::InfrastructureSystems.TimeSeriesContainer
internal::InfrastructureSystemsInternal
endArguments
name::Stringavailable::Boolbus::Busmodel::LoadModels.LoadModelactive_power::Float64reactive_power::Float64max_active_power::Float64max_reactive_power::Float64base_power::Float64: Base power of the unit in MVA, validation range:(0, nothing), action if invalid:warnoperation_cost::TwoPartCost: Operation Cost of GenerationTwoPartCostservices::Vector{Service}: Services that this device contributes todynamic_injector::Union{Nothing, DynamicInjection}: corresponding dynamic injection deviceext::Dict{String, Any}time_series_container::InfrastructureSystems.TimeSeriesContainer: internal time_series storageinternal::InfrastructureSystemsInternal: power system internal reference, do not modify
PowerSystems.get_active_power — Methodget_active_power(value::InterruptibleLoad) -> Any
Get InterruptibleLoad active_power.
PowerSystems.get_available — Methodget_available(value::InterruptibleLoad) -> Bool
Get InterruptibleLoad available.
PowerSystems.get_base_power — Methodget_base_power(value::InterruptibleLoad) -> Float64
Get InterruptibleLoad base_power.
PowerSystems.get_bus — Methodget_bus(value::InterruptibleLoad) -> Bus
Get InterruptibleLoad bus.
PowerSystems.get_dynamic_injector — Methodget_dynamic_injector(value::InterruptibleLoad) -> Union{Nothing, DynamicInjection}
Get InterruptibleLoad dynamic_injector.
PowerSystems.get_ext — Methodget_ext(value::InterruptibleLoad) -> Dict{String,Any}
Get InterruptibleLoad ext.
PowerSystems.get_max_active_power — Methodget_max_active_power(value::InterruptibleLoad) -> Any
Get InterruptibleLoad max_active_power.
PowerSystems.get_max_reactive_power — Methodget_max_reactive_power(value::InterruptibleLoad) -> Any
Get InterruptibleLoad max_reactive_power.
PowerSystems.get_model — Methodget_model(value::InterruptibleLoad) -> PowerSystems.LoadModels.LoadModel
Get InterruptibleLoad model.
PowerSystems.get_operation_cost — Methodget_operation_cost(value::InterruptibleLoad) -> TwoPartCost
Get InterruptibleLoad operation_cost.
PowerSystems.get_reactive_power — Methodget_reactive_power(value::InterruptibleLoad) -> Any
Get InterruptibleLoad reactive_power.
PowerSystems.get_services — Methodget_services(value::InterruptibleLoad) -> Array{Service,1}
Get InterruptibleLoad services.
PowerSystems.set_active_power! — Methodset_active_power!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad active_power.
PowerSystems.set_available! — Methodset_available!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad available.
PowerSystems.set_base_power! — Methodset_base_power!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad base_power.
PowerSystems.set_bus! — Methodset_bus!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad bus.
PowerSystems.set_ext! — Methodset_ext!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad ext.
PowerSystems.set_max_active_power! — Methodset_max_active_power!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad max_active_power.
PowerSystems.set_max_reactive_power! — Methodset_max_reactive_power!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad max_reactive_power.
PowerSystems.set_model! — Methodset_model!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad model.
PowerSystems.set_operation_cost! — Methodset_operation_cost!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad operation_cost.
PowerSystems.set_reactive_power! — Methodset_reactive_power!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad reactive_power.
PowerSystems.set_services! — Methodset_services!(value::InterruptibleLoad, val::Any) -> Any
Set InterruptibleLoad services.