CimTable.PeriodicLogRate (property)

Gets and sets the rate at which data is logged to the current table.
Syntax: long = object.PeriodicLogRate
object.PeriodicLogRate = long
Description: CimTable.PeriodicLogRate is a long which contains the fixed interval (in seconds) at which data is logged to the database.

Examples

myTable.PeriodicLogRate = 30
myTable.PeriodicLogRateUnits = cimMinute