Package Products :: Package ZenModel :: Module MinMaxThreshold
[hide private]
[frames] | no frames]

Module MinMaxThreshold

source code

Classes [hide private]
MinMaxThreshold
Threshold class that can evaluate RPNs and Python expressions
MinMaxThresholdClass
Threshold class that can evaluate RPNs and Python expressions
MinMaxThresholdInstance
Variables [hide private]
  __doc__ = """MinMaxThresh...
  log = logging.getLogger('zen.MinMaxCheck')
  NaN = float('nan')
Variables Details [hide private]

__doc__

Value:
"""MinMaxThreshold
Make threshold comparisons dynamic by using TALES expresssions,
rather than just number bounds checking.
"""