Arc
PowerSystems.Arc
— Typemutable struct Arc <: Topology
from::Bus
to::Bus
internal::InfrastructureSystemsInternal
end
A topological Arc.
Arguments
from::Bus
: The initial busto::Bus
: The terminal businternal::InfrastructureSystemsInternal
: power system internal reference, do not modify
PowerSystems.get_from
— Methodget_from(value::Arc) -> Bus
Get Arc
from
.
PowerSystems.get_to
— Methodget_to(value::Arc) -> Bus
Get Arc
to
.
PowerSystems.set_from!
— Methodset_from!(value::Arc, val::Any) -> Any
Set Arc
from
.
PowerSystems.set_to!
— Methodset_to!(value::Arc, val::Any) -> Any
Set Arc
to
.