Arc
PowerSystems.Arc — Typemutable struct Arc <: Topology
from::Bus
to::Bus
internal::InfrastructureSystemsInternal
endA topological directed edge connecting two buses.
Arcs are used to define the from and to buses when defining a line or transformer
Arguments
from::Bus: The initial busto::Bus: The terminal businternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
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
Set Arc from.
PowerSystems.set_to! — Methodset_to!(value::Arc, val) -> Any
Set Arc to.