Click or drag to resize

PhaseEstimate Structure

Note: This API is now obsolete.

Represents the output of the phase estimation algorithm.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GSF.PhasorProtocols.SelCWSPhaseEstimate

Namespace: GSF.PhasorProtocols.SelCWS
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntax
public readonly struct PhaseEstimate
View Source

The PhaseEstimate type exposes the following members.

Properties
 NameDescription
Public propertyAngles Gets angles in radians, length 6: IA, IB, IC, VA, VB, VC.
Public propertydFdt Gets rate of change of frequency (ROCOF) in Hz/s.
Public propertyFrequency Gets smoothed frequency estimate in hertz.
Public propertyMagnitudes Gets RMS magnitudes, length 6: IA, IB, IC, VA, VB, VC.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also