|
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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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