|
ImmediateMeasurementsLagTime Property
|
Gets or sets the allowed past 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 LagTime { get; set; }
Public Property LagTime As Double
Get
Set
member LagTime : float with get, set
function get_LagTime();
function set_LagTime(value);
View SourceProperty Value
DoubleExceptions Remarks Defines the time sensitivity to past measurement timestamps.
The number of seconds allowed before assuming a measurement timestamp is too old.
See Also