NetworkElement PropertiesElecNetKit Documentation
The NetworkElement type exposes the following members.
Properties

  NameDescription
Public propertyConnectedOnAllActivePhases
All elements that are connected to this element across all active phases (and possibly across neutral, phase 0).
Public propertyConnectedTo
A set of other elements that the NetworkElement is connected to. Incorporates connections on any phase. This property can be safely used for analysis of balanced three-phase or single-phase networks.
Public propertyConnectedToAnyPhase
All connected elements, across any phase.
Public propertyConnectedToPhased
A set of other elements that the NetworkElement is connected to, arranged by phase.
Public propertyElementType
Gets a type-string for the element, e.g. 'Bus', 'Load', etc.
Public propertyID
The ID of this specific element.
Back to Top
See Also