|
ImmediateMeasurementsLeadTime Property
|
Gets or sets the allowed future time deviation tolerance, in seconds (can be sub-second).
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public double LeadTime { get; set; }
Public Property LeadTime As Double
Get
Set
member LeadTime : float with get, set
function get_LeadTime();
function set_LeadTime(value);
View SourceProperty Value
DoubleExceptions Remarks Defines the time sensitivity to future measurement timestamps.
The number of seconds allowed before assuming a measurement timestamp is too advanced.
See Also