Agilent Technologies 93000 SOC Series Training Manual page 524

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

Advertisement

Lesson 1 – Multi-Site Test
Judging Test Result for Multi-Site Testing
By default, the program execution will be terminated if the TEST API
failed. However, to continue executing the program for the second and later
sites, the TEST API does not terminate the program execution if a site to
be judged remains later.
Behavior of TEST API
In the above example, it is assumed that the number of sites to be judged is
3. Even if the TEST API judges the result to Fail in the first invocation,
the program execution is not terminated. However, if the TEST API judges
the result to Fail in the second or third invocation, the program execution
is terminated.
Accessing Site-Specific Flags and User Variables
SmarTest supports site-specific flags (system, testflow, and testsuite flags)
and user variables (user flag, double, and string) for multi-site testing.
Hence, you can access the flags and user variables for each site in your
program.
The following APIs access the flags and user variables for both single-site
and multi-site testing. In multi-site testing, these APIs can access the states
of the flags and user variables on the currently-active site (single site) only.
GET_SYSTEM_FLAG()
GET_TESTFLOW_FLAG()
GET_TESTSUITE_FLAG()
GET_USER_FLAG()
524

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents