Click or drag to resize
Grid Solutions Framework

OneSecondFrequencyAveragerFlatlineCount Property

Gets or sets the number of consecutive points the OneSecondFrequencyAverager can receive with the same value before it considers that signal flatlined and discards it.

Namespace: OneSecondFrequencyAverager
Assembly: OneSecondFrequencyAverager (in OneSecondFrequencyAverager.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("-1")]
public int FlatlineCount { get; set; }
View Source

Property Value

Int32
See Also