|
FrameParserEnablePublishEMA 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.275-beta
Syntaxpublic bool EnablePublishEMA { get; set; }Public Property EnablePublishEMA As Boolean
Get
Set
public:
property bool EnablePublishEMA {
bool get ();
void set (bool value);
}member EnablePublishEMA : bool with get, set
function 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