CurrentTagTimeDeadband
- Last UpdatedNov 17, 2021
- 1 minute read
This read-write property determines the current tag’s time deadband in milliseconds for Delta data retrieval. This setting overrides the default setting specified at the application level if the CurrentTagRetrievalStyle property is set to an option other than Style selected at option level.
Syntax
aaHistClientTrend.CurrentTagTimeDeadband = integer;
Result = aaHistClientTrend.CurrentTagTimeDeadband;
Remarks
Valid values: any positive number or 0 (no deadband). This property is only relevant for Delta retrieval mode. For more information on how this setting works, see Time Deadband (wwTimeDeadband).
The default value is 0 (no deadband).