|
PhasorCalculateReactivePower Method
|
Calculates reactive power Q, i.e., total volt-amperes of reactive power, from imaginary and real components of a voltage and current phasor.
Namespace: GSF.Units.EEAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.282-beta+fbfa6baa1521236175f6d73fb2eb151a42453aef
SyntaxPublic Shared Function CalculateReactivePower (
voltage As Phasor,
current As Phasor
) As Power
GSF.Units.EE.Phasor.CalculateReactivePower = function(voltage, current);
View SourceParameters
- voltage Phasor
- Voltage phasor.
- current Phasor
- Current phasor.
Return Value
PowerCalculated vars from imaginary and real components of specified
voltage and
current phasors.
Exceptions
See Also