|
PhasorCalculateRelativePhase Method
|
Calculates phase φ of voltage relative to current, i.e., angle difference between current and voltage phasor.
Namespace: GSF.Units.EEAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
SyntaxPublic Shared Function CalculateRelativePhase (
voltage As Phasor,
current As Phasor
) As Angle
GSF.Units.EE.Phasor.CalculateRelativePhase = function(voltage, current);
View SourceParameters
- voltage Phasor
- Voltage phasor.
- current Phasor
- Current phasor.
Return Value
AngleCalculated phase of specified
voltage phasor relative to specified
current phasor.
ExceptionsException | Condition |
---|
ArgumentException | voltage and current must have proper Type. |
See Also