|
PhasorCalculateApparentPower Method
|
Calculates apparent power |S|, i.e., magnitude of complex power, from a voltage and current phasor.
Namespace: GSF.Units.EEAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Shared Function CalculateApparentPower (
voltage As Phasor,
current As Phasor
) As Power
GSF.Units.EE.Phasor.CalculateApparentPower = function(voltage, current);
View SourceParameters
- voltage Phasor
- Voltage phasor.
- current Phasor
- Current phasor.
Return Value
PowerCalculated complex volt-amperes magnitude from specified
voltage and
current phasors.
Exceptions See Also