Click or drag to resize

PhasorCalculateReactivePower Method

Calculates reactive power Q, i.e., total volt-amperes of reactive power, 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.260-beta+c0861d169624b467814caa35d317fc192fd7b432
Syntax
public static Power CalculateReactivePower(
	Phasor voltage,
	Phasor current
)
View Source

Parameters

voltage  Phasor
Voltage phasor.
current  Phasor
Current phasor.

Return Value

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