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.181 -- Release Build+69c74c3448bebb1c8c739a856f2a43b00db6d500
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