|
PhasorCalculateActivePower Method
|
Calculates active (or real) power P, i.e., total watts, from imaginary and real components of a voltage and current phasor.
Namespace: GSF.Units.EEAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
SyntaxPublic Shared Function CalculateActivePower (
voltage As Phasor,
current As Phasor
) As Power
GSF.Units.EE.Phasor.CalculateActivePower = function(voltage, current);
View SourceParameters
- voltage Phasor
- Voltage phasor.
- current Phasor
- Current phasor.
Return Value
PowerCalculated watts from imaginary and real components of specified
voltage and
current phasors.
ExceptionsException | Condition |
---|
ArgumentException | voltage and current must have proper Type. |
See Also