Click or drag to resize

Phasor Methods

The Phasor type exposes the following members.

Methods
  Name Description
Public method Static member CalculateActivePower Calculates active (or real) power P, i.e., total watts, from imaginary and real components of a voltage and current phasor.
Public method Static member CalculateApparentPower Calculates apparent power |S|, i.e., magnitude of complex power, from a voltage and current phasor.
Public method Static member CalculateComplexPower Calculates complex power S, i.e., total volt-amperes power vector, from a voltage and current phasor.
Public method Static member CalculateReactivePower Calculates reactive power Q, i.e., total volt-amperes of reactive power, from imaginary and real components of a voltage and current phasor.
Public method Static member CalculateRelativePhase Calculates phase φ of voltage relative to current, i.e., angle difference between current and voltage phasor.
Public method Equals(Object) Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object))
Public method Equals(Phasor) Returns a value indicating whether this instance is equal to a specified Phasor value.
Public method GetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Static member Pow Returns specified Phasor raised to the specified power.
Public method ToString Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also