Generator PropertiesElecNetKit Documentation
The Generator 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).
(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 propertyGeneration
The total kVA that the Generator injects into the network. The real component represents the real power (kW) and the imaginary component represents the injected reactive (imaginary) power (kVAr).
Public propertyGenerationPhased
The kVA that the Generator injects into the network. This is a phased value, of which the real component represents the real power (kW) and the imaginary component represents the injected reactive (imaginary) power (kVAr).
Public propertyID
The ID of this specific element.
(Inherited from NetworkElement.)
Back to Top
See Also