|
PhasorValueBaseCalculatePower Method
|
Calculates watts from imaginary and real components of a voltage and current phasor.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax GSF.PhasorProtocols.PhasorValueBase.CalculatePower = function(voltage, current);
View SourceParameters
- voltage IPhasorValue
- Voltage phasor.
- current IPhasorValue
- Current phasor.
Return Value
PowerCalculated watts from imaginary and real components of specified
voltage and
current phasors.
Exceptions See Also