Click or drag to resize

PhasorCalculateRelativePhase Method

Calculates phase φ of voltage relative to current, i.e., angle difference between current and voltage phasor.

Namespace: GSF.Units.EE
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
public static Angle CalculateRelativePhase(
	Phasor voltage,
	Phasor current
)
View Source

Parameters

voltage  Phasor
Voltage phasor.
current  Phasor
Current phasor.

Return Value

Angle
Calculated phase of specified voltage phasor relative to specified current phasor.
Exceptions
ExceptionCondition
ArgumentExceptionvoltage and current must have proper Type.
See Also