Instantiates a new Generator. This constructor is
for building balanced networks only.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
Parameters
- ID
- Type:
System String
The ID of the generator. Must be unique among generators, but not among network elements.
- Generation
- Type:
System.Numerics Complex
The total generation (in kVA) of the generator.
- NumPhases (Optional)
- Type:
System Int32
The number of phases to split the total generation between.
See Also