|
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.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public bool IgnoreBadTimestamps { get; set; }
Public Property IgnoreBadTimestamps As Boolean
Get
Set
public:
property bool IgnoreBadTimestamps {
bool get ();
void set (bool value);
}
member IgnoreBadTimestamps : bool with get, set
function get_IgnoreBadTimestamps();
function set_IgnoreBadTimestamps(value);
View SourceProperty Value
BooleanRemarks
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