Gets and sets the lower range limit. | |
Syntax: | VARIANT =
object.RangeLimitLow object.RangeLimitLow = VARIANT |
Description: | CimPoint.RangeLimitLow is a variant with a
string representation of 10 characters or less. Larger values will
be rejected. Values below the low range limit and above the high
range limit will cause the point to be unavailable. Defaults to the
empty string when creating a new point. To remove a limit set it to
an empty string (e.g. "".) Examples mypoint.RangeLimitLow = 0 mypoint.RangeLimitHigh = 100 See Also Point Configuration |