ade.constraints.RelationsChecker(object)
class documentation
Part of ade.constraints
(View In Hierarchy)
Checks that the linear relation between two parameters is within the limits imposed by the 'relations' dict-of-dicts specification.
Each entry of the dict, keyed by a first parameter name, is another dict with its entries keyed by a second parameter name. Each of those entries is a 3-tuple with the slope m, y-intercept b, and maximum deviation yMaxErr in value of the second parameter from its nominal value as determined by y2(y1)=m*y1+b.