Click or drag to resize

PhasorCalculateActivePower Method

Calculates active (or real) power P, i.e., total watts, from imaginary and real components of a voltage and current phasor.

Namespace: GSF.Units.EE
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntax
public static Power CalculateActivePower(
	Phasor voltage,
	Phasor current
)
View Source

Parameters

voltage  Phasor
Voltage phasor.
current  Phasor
Current phasor.

Return Value

Power
Calculated watts from imaginary and real components of specified voltage and current phasors.
Exceptions
ExceptionCondition
ArgumentExceptionvoltage and current must have proper Type.
See Also