Agilent Technologies 93000 SOC Series Training Manual page 460

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

Advertisement

Lesson 2 – Creating a Test Method
Recording data to log
file
before the test execution,
the Setup APIs and Execute API.
Monitoring Changes for Analog Set Using FLUSH
If you change the contents of the testsuite dialog in the Test Flow
Editor, the changes will be reflected when you re-start the
testsuite from the Test Flow Editor after completing the current
execution, even before completing the current debug session.
The
PUT_DATALOG
and log the specified data to a log file, respectively, depending on
the status of the log_events_enable system flag and Log MX
Waveforms test suite flag. The result tools such as the Histogram
Tool or Mixed-Signal Tool can upload logged data from the log file
and can also upload the latest data automatically. You can debug
your test method program while viewing the logged data in these
tools.
•If both log_event_enable (system) and Log MX Waveforms (test suite) flags are ON:
EXECUTE_TEST(1.0 sec);
dVdtz = Analog.DGT("aout").getWaveform();
PUT_DATALOG("aout","Wave1",WAVE_LOG(dVdtz));
If the debug_analog testflow flag is on, the
can pass the waveform data or array data directly to the Mixed-
Signal Tool for a more effective debugging operation.
460
function must be used between
FLUSH
and
functions can produce datalog events
TEST
Logging dVdtz data
function
PUT_DEBUG

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents