Gets and sets the time duration, in seconds, of point values to be maintained in the buffer. | |
Syntax: | long = object.Duration object.Duration = long |
Description: | The CimTrendPtBuffer.Duration is a long
integer containing maximum age in seconds of a sample to keep. Examples ' Keep last hour of data point.TrendBuffering.Duration = 3600 |