Agilent Technologies 93000 SOC Series Training Manual page 407

Mixed-signal training
Hide thumbs Also See for 93000 SOC Series:
Table of Contents

Advertisement

Test judgement result (pass or fail)
The system can carries the pass/fail judgement from the test
method program to the test flow by using the TEST API. At this
time, the TEST API compares the specified test result with the
limit values using the identifier (test name) if necessary.
Therefore, use the TEST API to carry the test judgement result to
the testflow.
When you add a new test method program, the Parameter and
Limit Table dialog opens for specifying parameters and test names
for the test method program. If the settings on this dialog are
applied, the skeleton of the test method program is generated, and
you will be able to enter the input parameter values and limit
values in the Parameter dialog of the Test Flow Editor.
The following shows an example of the Parameter and Limit Table
dialog and a skeleton of a test method program that is generated
according to the settings:
Parameter and Limit Table Dialog
In this case, the skeleton of this test method program becomes as
follows:
// Class.cpp
#include "tml_base.h"
extern CComModule _Module;
#include "tml_tcom.h"
HRESULT CClass::THD_test(STRING& pin, double
_result[4])
Lesson 1 – Test Method Structure
407

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents