HVDCLine
PowerSystems.HVDCLine
— Typemutable struct HVDCLine <: DCBranch
name::String
available::Bool
active_power_flow::Float64
arc::Arc
active_power_limits_from::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
active_power_limits_to::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
reactive_power_limits_from::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
reactive_power_limits_to::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
loss::NamedTuple{(:l0, :l1), Tuple{Float64, Float64}}
services::Vector{Service}
ext::Dict{String, Any}
time_series_container::InfrastructureSystems.TimeSeriesContainer
internal::InfrastructureSystemsInternal
end
a High voltage DC line.
Arguments
name::String
available::Bool
active_power_flow::Float64
arc::Arc
active_power_limits_from::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
active_power_limits_to::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
reactive_power_limits_from::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
reactive_power_limits_to::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
loss::NamedTuple{(:l0, :l1), Tuple{Float64, Float64}}
services::Vector{Service}
: Services that this device contributes toext::Dict{String, Any}
time_series_container::InfrastructureSystems.TimeSeriesContainer
: internal time_series storageinternal::InfrastructureSystemsInternal
: power system internal reference, do not modify
InfrastructureSystems.get_name
— Methodget_name(value::HVDCLine) -> String
Get HVDCLine
name
.
InfrastructureSystems.get_time_series_container
— Methodget_time_series_container(value::HVDCLine) -> InfrastructureSystems.TimeSeriesContainer
Get HVDCLine
time_series_container
.
InfrastructureSystems.set_name!
— Methodset_name!(value::HVDCLine, val) -> Any
Set HVDCLine
name
.
PowerSystems.get_active_power_flow
— Methodget_active_power_flow(value::HVDCLine) -> Any
Get HVDCLine
active_power_flow
.
PowerSystems.get_active_power_limits_from
— Methodget_active_power_limits_from(value::HVDCLine) -> NamedTuple{(:min, :max), _A} where _A<:Tuple{Any, Any}
Get HVDCLine
active_power_limits_from
.
PowerSystems.get_active_power_limits_to
— Methodget_active_power_limits_to(value::HVDCLine) -> NamedTuple{(:min, :max), _A} where _A<:Tuple{Any, Any}
Get HVDCLine
active_power_limits_to
.
PowerSystems.get_arc
— Methodget_arc(value::HVDCLine) -> Arc
Get HVDCLine
arc
.
PowerSystems.get_available
— Methodget_available(value::HVDCLine) -> Bool
Get HVDCLine
available
.
PowerSystems.get_ext
— Methodget_ext(value::HVDCLine) -> Dict{String, Any}
Get HVDCLine
ext
.
PowerSystems.get_loss
— Methodget_loss(value::HVDCLine) -> NamedTuple{(:l0, :l1), Tuple{Float64, Float64}}
Get HVDCLine
loss
.
PowerSystems.get_reactive_power_limits_from
— Methodget_reactive_power_limits_from(value::HVDCLine) -> NamedTuple{(:min, :max), _A} where _A<:Tuple{Any, Any}
Get HVDCLine
reactive_power_limits_from
.
PowerSystems.get_reactive_power_limits_to
— Methodget_reactive_power_limits_to(value::HVDCLine) -> NamedTuple{(:min, :max), _A} where _A<:Tuple{Any, Any}
Get HVDCLine
reactive_power_limits_to
.
PowerSystems.get_services
— Methodget_services(value::HVDCLine) -> Vector{Service}
Get HVDCLine
services
.
PowerSystems.set_active_power_flow!
— Methodset_active_power_flow!(value::HVDCLine, val) -> Any
Set HVDCLine
active_power_flow
.
PowerSystems.set_active_power_limits_from!
— Methodset_active_power_limits_from!(value::HVDCLine, val) -> Any
Set HVDCLine
active_power_limits_from
.
PowerSystems.set_active_power_limits_to!
— Methodset_active_power_limits_to!(value::HVDCLine, val) -> Any
Set HVDCLine
active_power_limits_to
.
PowerSystems.set_arc!
— Methodset_arc!(value::HVDCLine, val) -> Any
Set HVDCLine
arc
.
PowerSystems.set_available!
— Methodset_available!(value::HVDCLine, val) -> Any
Set HVDCLine
available
.
PowerSystems.set_ext!
— Methodset_ext!(value::HVDCLine, val) -> Any
Set HVDCLine
ext
.
PowerSystems.set_loss!
— Methodset_loss!(value::HVDCLine, val) -> Any
Set HVDCLine
loss
.
PowerSystems.set_reactive_power_limits_from!
— Methodset_reactive_power_limits_from!(value::HVDCLine, val) -> Any
Set HVDCLine
reactive_power_limits_from
.
PowerSystems.set_reactive_power_limits_to!
— Methodset_reactive_power_limits_to!(value::HVDCLine, val) -> Any
Set HVDCLine
reactive_power_limits_to
.
PowerSystems.set_services!
— Methodset_services!(value::HVDCLine, val) -> Any
Set HVDCLine
services
.
PowerSystems.set_time_series_container!
— Methodset_time_series_container!(value::HVDCLine, val) -> Any
Set HVDCLine
time_series_container
.