PhaseEstimate Structure

Represents the output of a SEL CWS phase estimation algorithm.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.178 -- Release Build+f2b94d09f81a61f5d7415b9db3fd60b6ae3f7e12
public readonly ref struct PhaseEstimate
Inheritance
Object    ValueType    PhaseEstimate

Remarks

This is the common result type produced by every IPhaseEstimator implementation, regardless of the underlying estimation algorithm.

Properties

Angles Gets angles in radians, length 6: VA, VB, VC, IA, IB, IC.
dFdt Gets rate of change of frequency (ROCOF) in Hz/s.
Frequency Gets frequency estimate in hertz.
Magnitudes Gets RMS magnitudes, length 6: VA, VB, VC, IA, IB, IC.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also