PhaseEstimate Structure

Note: This API is now obsolete.
Represents the output of the phase estimation algorithm.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
public readonly struct PhaseEstimate
Inheritance
Object    ValueType    PhaseEstimate

Properties

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

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