Click or drag to resize

ConcentratorBaseIgnoreBadTimestamps Property

Gets or sets flag that determines if bad timestamps (as determined by measurement's timestamp quality) should be ignored when sorting measurements.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool IgnoreBadTimestamps { get; set; }
View Source

Property Value

Boolean
Remarks
Setting this property to true forces system to use timestamps as-is without checking quality. If this property is true, it will supersede operation of AllowSortsByArrival.
See Also