Generator Constructor (String, Phased Complex )ElecNetKit Documentation
Instantiates a new Generator. This constructor is for building arbitrarily-phased networks.

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

public Generator(
	string ID,
	Phased<Complex> Generation
)

Parameters

ID
Type: OnlineSystem String
The ID of the generator. Must be unique among generators, but not among network elements.
Generation
Type: ElecNetKit.NetworkModelling.Phasing Phased OnlineComplex 
The phased generation (in kVA) of the generator.
See Also