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: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
public bool EnablePublishEMA { get; set; }
Public Property EnablePublishEMA As Boolean
Get
Set
public:
property bool EnablePublishEMA {
bool get ();
void set (bool value);
}
function get_EnablePublishEMA();
function set_EnablePublishEMA(value);
Property Value
Boolean
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.