InterruptibleLoad
PowerSystems.InterruptibleLoad — Typemutable struct InterruptibleLoad <: ControllableLoad
    name::String
    available::Bool
    bus::Bus
    model::LoadModels
    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::String
- available::Bool
- bus::Bus
- model::LoadModels
- active_power::Float64
- reactive_power::Float64
- max_active_power::Float64
- max_reactive_power::Float64
- base_power::Float64: Base power of the unit in MVA, validation range:- (0, nothing), action if invalid:- warn
- operation_cost::TwoPartCost: Operation Cost of Generation- TwoPartCost
- services::Vector{Service}: Services that this device contributes to
- dynamic_injector::Union{Nothing, DynamicInjection}: corresponding dynamic injection device
- ext::Dict{String, Any}
- time_series_container::InfrastructureSystems.TimeSeriesContainer: internal time_series storage
- internal::InfrastructureSystemsInternal: power system internal reference, do not modify
InfrastructureSystems.get_name — Methodget_name(value::InterruptibleLoad) -> String
Get InterruptibleLoad name.
InfrastructureSystems.get_time_series_container — Methodget_time_series_container(value::InterruptibleLoad) -> InfrastructureSystems.TimeSeriesContainer
Get InterruptibleLoad time_series_container.
InfrastructureSystems.set_name! — Methodset_name!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad name.
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) -> LoadModels
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) -> Vector{Service}
Get InterruptibleLoad services.
PowerSystems.set_active_power! — Methodset_active_power!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad active_power.
PowerSystems.set_available! — Methodset_available!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad available.
PowerSystems.set_base_power! — Methodset_base_power!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad base_power.
PowerSystems.set_bus! — Methodset_bus!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad bus.
PowerSystems.set_ext! — Methodset_ext!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad ext.
PowerSystems.set_max_active_power! — Methodset_max_active_power!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad max_active_power.
PowerSystems.set_max_reactive_power! — Methodset_max_reactive_power!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad max_reactive_power.
PowerSystems.set_model! — Methodset_model!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad model.
PowerSystems.set_operation_cost! — Methodset_operation_cost!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad operation_cost.
PowerSystems.set_reactive_power! — Methodset_reactive_power!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad reactive_power.
PowerSystems.set_services! — Methodset_services!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad services.
PowerSystems.set_time_series_container! — Methodset_time_series_container!(value::InterruptibleLoad, val) -> Any
Set InterruptibleLoad time_series_container.