Click or drag to resize

PhasorCalculateApparentPower Method

Calculates apparent power |S|, i.e., magnitude of complex power, from a voltage and current phasor.

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

Parameters

voltage  Phasor
Voltage phasor.
current  Phasor
Current phasor.

Return Value

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