"tolHigh"

Defines the upper tolerance value on the scale.

Synopsis

setValue(string shape, "tolHigh", float highValue);

getValue(string shape, "tolHigh", float &highValue);

shape.tolHigh(float highValue);

Parameters

Parameter Description
shape Name of the object
highValue Upper tolerance value

Description

This attribute can be used to specify the upper tolerance value on the scale. "highValue" is not an absolute value, however, but a percentage of the reference value defined with "refValue". For tolHigh = 100 the upper tolerance limit is equal to 2*refValue(). The tolerance range is equal to refValue().

Example

see "refOrigin"

Assignment

Bar trend