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: Gemstone.Numeric.EEAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.128 -- Release Build+8719af24b83815a59535b3885622cedd021e9c5b
Public Shared Function CalculateReactivePower (
voltage As Phasor,
current As Phasor
) As Power
Gemstone.Numeric.EE.Phasor.CalculateReactivePower = function(voltage, current);
- voltage Phasor
- Voltage phasor.
- current Phasor
- Current phasor.
PowerCalculated vars from imaginary and real components of specified
voltage and
current phasors.