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.182 -- Release Build+e7ca098e90393a2d25b77650455075d619d99c23
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