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

  NameDescription
Public propertyActualKVA
The total kVA absorbed by the load. A positive imaginary quantity corresponds to a lagging power factor, a negative imaginary quantity corresponds to a leading power factor.
Public propertyActualKVAPhased
The kVA absorbed by the load, by phase. A positive imaginary quantity corresponds to a lagging power factor, a negative imaginary quantity corresponds to a leading power factor.
Public propertyConnectedOnAllActivePhases
All elements that are connected to this element across all active phases (and possibly across neutral, phase 0).
(Inherited from NetworkElement.)
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.
(Inherited from NetworkElement.)
Public propertyConnectedToAnyPhase
All connected elements, across any phase.
(Inherited from NetworkElement.)
Public propertyConnectedToPhased
A set of other elements that the NetworkElement is connected to, arranged by phase.
(Inherited from NetworkElement.)
Public propertyElementType
Gets a type-string for the element, e.g. 'Bus', 'Load', etc.
(Inherited from NetworkElement.)
Public propertyID
The ID of this specific element.
(Inherited from NetworkElement.)
Back to Top
See Also