Load Constructor (String, Phased Complex )ElecNetKit Documentation
Instantiates a new Load. 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 Load(
	string ID,
	Phased<Complex> ActualKVAPhased
)

Parameters

ID
Type: OnlineSystem String
The ID of the load.
ActualKVAPhased
Type: ElecNetKit.NetworkModelling.Phasing Phased OnlineComplex 
The phased kVA absorbed by the load.
See Also