Agilent Technologies 93000 SOC Series Training Manual page 419

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

Advertisement

N OT E
Execution API
After the trigger lines are enabled, to run the test with the present
primary sets including the changes by Setup APIs, use the
following APIs:
EXECUTE_TEST(timeout, &flag);
or
START_TEST();
WAIT_TEST_DONE(timeout, &flag);
or
DIGITAL_CAPTURE_TEST();
The changes by Setup APIs are reflected to the tester hardware by
an Execution API. At this time, enabling trigger lines of analog
modules is reflected at the end of this change operation. Then,
the digital sequence is activated and the test starts.
If a digital sequence program performs digital capture for digital
channel(s), DIGITAL_CAPTURE_TEST must be used to start the
digital sequence program.
You can set the timeout time for measurement that starts with a
parameter of the EXECUTE_TEST or WAIT_TEST_DONE API. In
this case, by using the returned value of the flag parameter, you
can monitor whether timeout occurred:
0: Timeout did not occur
1: Timeout occurred
Test Method
Program Execution
EXECUTE_TEST( timeout, &flag );
Next statement
EXECUTE_TEST( timeout, &flag );
Next statement
Timeout for Execution API
Lesson 1 – Test Method Structure
Digital Sequence
Analog Sequence
Program Execution
Program Execution
Done
Done
(A) If timeout did not occur (flag = 0)
Terminated
Terminated
(B) If timeout occurred (flag = 1)
Elapsed Time
timeout time
Trigger
timeout time
Trigger
timeout
419

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents