Origen V93K SMT7 Library
 All Classes Namespaces Files Functions Variables Typedefs Macros
Namespaces | Functions
console.cpp File Reference
#include "../helpers.hpp"
Include dependency graph for console.cpp:

Namespaces

 Origen
 

Functions

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...