Click or drag to resize

ConnectionParametersAlgorithm Property

Gets or sets the PhaseEstimationAlgorithm used to derive synchrophasor, frequency and ROCOF components from SEL CWS point-on-wave data.

Namespace: GSF.PhasorProtocols.SelCWS
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.300-beta
Syntax
[DefaultValueAttribute(PhaseEstimationAlgorithm.SlidingDft)]
public PhaseEstimationAlgorithm Algorithm { get; set; }
View Source

Property Value

PhaseEstimationAlgorithm
Remarks
SlidingDft uses a rolling sliding DFT estimator with optional EMA smoothing; IEEEC37_118 uses the IEEE C37.118-2018 Annex D filter-based estimator. Algorithm-specific options appear in the matching property category.
See Also