CimPoint.TriggerPointID (property)

Gets and sets the name of the trigger point.
Syntax: String = object.TriggerPointID
object.TriggerPointID = String
Description: CimPoint.TriggerPointID is a string indicating the name of the trigger point. Trigger points are valid only for device points and some derived points. When configured for a device point, the trigger point must be on the same device as the point you are defining. Defaults to the empty string when creating a new point.

Examples

mypoint.TriggerPointID = "LATCH_TRIGGER"



See Also

Point Configuration