IPhaseEstimator Interface

Defines a SEL CWS six-phase estimator that consumes point-on-wave sample groups and produces PhaseEstimate results.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.180 -- Release Build+e02ba9cd4ec5d00f9d75c2a02ce31d1bc7ed731c
public interface IPhaseEstimator

Remarks

Implementations represent interchangeable phasor estimation algorithms (see PhaseEstimationAlgorithm) selected via the SEL CWS connection parameters.

Methods

Reset Resets the estimator to its initial state.
Step Pushes one interleaved sample-group (VA, VB, VC, IA, IB, IC) with its epoch nanoseconds.

See Also