|
ConnectionParametersSampleFrequencyTauSeconds Property
|
Gets or sets the EMA time constant τ (seconds) for the internal per-sample frequency smoothing that occurs inside the estimator before any down-sampling/publish filtering.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntaxfunction get_SampleFrequencyTauSeconds();
function set_SampleFrequencyTauSeconds(value);
View SourceProperty Value
Double
Remarks
When interval averaging + publish EMA are enabled, this can be relatively light. If you disable publish smoothing,
you may want to increase this τ.
See Also