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.177 -- Release Build+c429d1804aca100dff8e0245d2fd366feebed6ae
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