CimPoint.Deadband (property)

Gets and sets the deadband for the point alarm.
Syntax: VARIANT = object.Deadband
object.Deadband = VARIANT
Description: CimPoint.DeadBand is a variant with a string representation of 10 characters or less. Larger values will be rejected. Enter a value defining the tolerance for alarm conditions in this field. The deadband cushions the generation of alarms when a point value fluctuates at an alarm limit. Defaults to the empty string for new points. To remove the deadband set it to an empty string (e.g. "".)

Examples

mypoint.DeadBand = 2



See Also

Point Configuration