EvaluationDevice
- class EvaluationDevice(name='', **kw)[source]
The evaluator object. It is a
TaurusDevice
and is used as the parent ofEvaluationAttribute
objects for which it performs the mathematical evaluation.See also
Warning
In most cases this class should not be instantiated directly. Instead it should be done via the
EvaluationFactory.getDevice()
Import from
taurus.core.evaluation
as:from taurus.core.evaluation import EvaluationDevice