CimTable.AlarmTriggerState (property)

Sets and gets the state(s) for which AlarmTriggerPointID causes data to be logged.
Syntax: CimAlarmStateEnum = object.AlarmTriggerState
object.AlarmTriggerState = CimAlarmStateEnum
Description: CimTable.AlarmTriggerState is an enumeration that contains the possible alarm states to which the CimTable.AlarmTriggerPointID will cause data to be logged. Assigning two or more states to this property is accomplished through a bitwise 'or'ing of the properties.

Examples

myTable.AlarmTriggerPointID = "ALARM1"
myTable.AlarmTriggerState = cimAlarmHigh Or cimWarningLow