CimDevicePoint.TriggerType (property)

Gets and sets the trigger type (relation) used in controlling updates to the point.
Syntax: CimDeviceTriggerEnum = object.TriggerType
object.TriggerType = CimDeviceTriggerEnum
Description: The CimDevicePoint.TriggerType is an enumeration indicating what type of triggering should be used to update the point. When using triggering a trigger point and a trigger value are also specified. Defaults to cimNoTrigger.

Examples

point.DevicePoint.TriggerType = cimTriggerLT
point.DevicePoint.TriggerValue = 10
point.TriggerPointID = "R1_TRIGGER"


See Also

Point Configuration