|
ConnectionParametersEnablePublishEMA Property
|
Gets or sets a flag that determines if an additional exponential moving average (EMA) is applied to the published stream (after interval averaging).
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntaxfunction get_EnablePublishEMA();
function set_EnablePublishEMA(value);
View SourceProperty Value
Boolean
Remarks
Interval averaging removes high-rate noise; publish-EMA further reduces remaining jitter and produces a "calm"
display or control signal. This is usually the most intuitive "knob" for operators/consumers because it acts on
the actual output cadence.
See Also