Gets and sets the trigger value used when triggering is enabled and the relation (trigger type) is set to any of the comparison values. | |
Syntax: | VARIANT =
object.TriggerValue object.TriggerValue = VARIANT |
Description: | The CimDevicePoint.TriggerValue is variant
containing the trigger value. Trigger value is used when specifying
a CimDevicePoint.TriggerType
relation that requires a value. Examples point.DevicePoint.TriggerType = cimTriggerLT point.DevicePoint.TriggerValue = 10 point.TriggerPointID = "R1_TRIGGER" |