Gets and sets the lower limit for allowing a setpoint action to the point value. | |
Syntax: | VARIANT =
object.SetpointLimitLow object.SetpointLimitLow = VARIANT |
Description: | CimPoint.SetpointLimitLow is a variant
representing the lower 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.SetpointLimitLow = 50 mypoint.SetpointLimitLow = "50" See Also Point Configuration |