Generator Constructor (String, Complex, Int32)ElecNetKit Documentation
Instantiates a new Generator. This constructor is for building balanced networks only.

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

public Generator(
	string ID,
	Complex Generation,
	int NumPhases = 3
)

Parameters

ID
Type: OnlineSystem String
The ID of the generator. Must be unique among generators, but not among network elements.
Generation
Type: OnlineSystem.Numerics Complex
The total generation (in kVA) of the generator.
NumPhases (Optional)
Type: OnlineSystem Int32
The number of phases to split the total generation between.
See Also