Click or drag to resize

PhasorCalculateComplexPower Method

Calculates complex power S, i.e., total volt-amperes power vector, from a voltage and current phasor.

Namespace: GSF.Units.EE
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static ComplexNumber CalculateComplexPower(
	Phasor voltage,
	Phasor current
)
View Source

Parameters

voltage  Phasor
Voltage phasor.
current  Phasor
Current phasor.

Return Value

ComplexNumber
Calculated complex volt-amperes from specified voltage and current phasors.
Exceptions
ExceptionCondition
ArgumentExceptionvoltage and current must have proper Type.
See Also