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.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
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.
ArgumentException | voltage and current must have proper Type. |