Arc
PowerSystems.Arc — Typemutable struct Arc <: Topology
    from::Bus
    to::Bus
    internal::InfrastructureSystemsInternal
endA topological Arc.
Arguments
- from::Bus: The initial bus
- to::Bus: The terminal bus
- internal::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
Set Arc from.
PowerSystems.set_to! — Methodset_to!(value::Arc, val) -> Any
Set Arc to.