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.

Method __init__ Undocumented
Method __call__ Undocumented
def __init__(self, relations):
Undocumented
def __call__(self, params):
Undocumented
API Documentation for ade, generated by pydoctor at 2022-11-17 13:13:22.