CimPoint.SetpointLimitHigh (property)

Gets and sets the upper limit for allowing a setpoint action to the point value.
Syntax: VARIANT = object.SetpointLimitHigh
object.SetpointLimitHigh = VARIANT
Description: CimPoint.SetpointLimitHigh is a variant representing the upper limit for a value when performing a setpoint action with a string representation of 10 characters or less. Larger values will be rejected. Defaults to the empty string when creating a new point. To remove a limit set it to an empty string (e.g. "".)

Examples

mypoint.SetpointLimitHigh = 100

mypoint.SetpointLimitHigh = "100"



See Also

Point Configuration