Gets and sets the rate of change time unit. | |
Syntax: | CimTimeUnitEnum = object.TimeUnit object.TimeUnit = CimTimeUnitEnum |
Description: | The CimPointAlarm.TimeUnit is an
enumeration indicating the unit (hour, minute, second) of the
time interval when
using an alarm
criteria of rate of change or using alarm delay. Examples point.PointAlarm.TimeInterval = 1 point.PointAlarm.TimeUnit = cimMinute |