Click or drag to resize

PhasorValueBaseCalculatePower Method

Calculates watts from imaginary and real components of a voltage and current phasor.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static Power CalculatePower(
	IPhasorValue voltage,
	IPhasorValue current
)
View Source

Parameters

voltage  IPhasorValue
Voltage phasor.
current  IPhasorValue
Current phasor.

Return Value

Power
Calculated watts from imaginary and real components of specified voltage and current phasors.
Exceptions
ExceptionCondition
ArgumentNullExceptionvoltage and current must not be null.
See Also