Generator GenerationPhased Property ElecNetKit Documentation
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).

Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public Phased<Complex> GenerationPhased { get; protected set; }
See Also