|   | 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.257-beta
 Syntax
SyntaxGSF.PhasorProtocols.PhasorValueBase.CalculatePower = function(voltage, current);
Parameters
- voltage  IPhasorValue
- Voltage phasor.
- current  IPhasorValue
- Current phasor.
Return Value
PowerCalculated watts from imaginary and real components of specified 
voltage and 
current phasors.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | voltage and current must not be null. | 
 See Also
See Also