|
PhasorCalculateComplexPower Method
|
Calculates complex power S, i.e., total volt-amperes power vector, from a voltage and current phasor.
Namespace: GSF.Units.EEAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
SyntaxGSF.Units.EE.Phasor.CalculateComplexPower = function(voltage, current);
View SourceParameters
- voltage Phasor
- Voltage phasor.
- current Phasor
- Current phasor.
Return Value
ComplexNumberCalculated complex volt-amperes from specified
voltage and
current phasors.
Exceptions
See Also