Agilent Technologies 93000 SOC Series Training Manual page 408

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

Advertisement

Lesson 1 – Test Method Structure
{
// add your codes
return S_OK;
}
In the above example, you can find the defined variable (pin) as
the input parameter of THD_test and the system-defined variable
(_result[4]) as the output parameter.
From the testsuite dialog of the Test Flow Editor, you can open the
Parameter dialog for entering values of input parameters and limit
range. You use this dialog after running the test suite.
The following shows an example of the Parameter dialog.
Parameter Dialog
If you enter the following statement into the program, the test
result value (thd_result.thd) is judged using the limit values
that will be specified corresponding to the identifier (test name,
THD) in the Parameter dialog window. Then, the TEST API carries
the judgement result to the testflow as the final result of the test
suite that has the test method program.
TEST (pin, "THD", thd_result.thd);
408

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents