Agilent Technologies 93000 SOC Series Training Manual page 423

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

Advertisement

Special operations like A-law and u-law encoding/decoding for
CODEC devices.
To compute the test result from the raw measurement data, you
can use the Computation APIs.
Judgement API
To make a judgement (pass or fail) on a test, use the following API:
TEST (pin, testname, result_value, continue_if_fails);
This function takes a value representing the final result of the test,
then returns the "Pass" to the test flow if the variable is within the
limit range. The limit range is provided to the test method
program from your entry in the Parameter dialog for the present
test method. Here, the system software uses the "testname"
identifier. The "testname", which was specified in the Parameter
and Limit Table dialog of the Test Method Editor, will be used as
the identifier.
The parameter dialog opened from the testsuite dialog of the Test
Flow Editor is the dialog box where you can enter limit values for
each "testname" before execution. For more information on these
topics, see Lesson 2 in this unit.
"testname" Identifier and Related Dialogs
By default, the program execution will be terminated if the TEST
API failed. Instead, you can continue executing the program after
the TEST API if you set the option to TRUE as follows:
Lesson 1 – Test Method Structure
423

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents