Lesson 2 – Creating a Test Method
460
before the test execution, FLUSH function must be used between
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.
Recording data to log
file
The
PUT_DATALOG and TEST functions can produce datalog events
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 the debug_analog testflow flag is on, the
PUT_DEBUG function
can pass the waveform data or array data directly to the Mixed-
Signal Tool for a more effective debugging operation.
EXECUTE_TEST(1.0 sec);
dVdtz = Analog.DGT(“aout”).getWaveform();
PUT_DATALOG(“aout”,“Wave1”,WAVE_LOG(dVdtz));
•If both log_event_enable (system) and Log MX Waveforms (test suite) flags are ON:
Logging dVdtz data