|
void | Origen::logParametricTest (string name, int site, double result, LIMIT limits, string pin) |
| Prints the result of a parametric test to the console. More...
|
|
LIMIT | Origen::noLimits () |
| Returns a LIMIT object with no limits enabled. More...
|
|
void | Origen::logFunctionalTest (string name, int site, bool passed, string pattern) |
| Prints the result of a functional test to the console. More...
|
|
string | Origen::loStr (LIMIT limits) |
|
string | Origen::hiStr (LIMIT limits) |
|
bool | Origen::isPass (double val, LIMIT limits) |
| Returns true if the result is within the given limits. More...
|
|