Command Dictionary Run
FastScan and FlexTest Reference Manual, V8.6_4 2-401
-Message integer (FlexTest Only)
An optional switch and integer pair that specifies the period, in minutes, of
displaying the transcript or writing a logfile. A logfile is defined by using the
Set Logfile Handling command. Information is reported at the given period,
integer, only if there was a status change during the period. The tool reports the
final status before the completion of the run or just before the run is
interrupted.
-RETain_abort
An optional switch that specifies to not target any aborted faults that were the
result of aborting the previous ATPG run.
-NOAnalyze
An optional switch that specifies for the tool to skip the analysis of test
generation problems.
Examples
The following example runs an ATPG process after adding all faults to the circuit:
set system mode atpg
add faults -all
run
The following example runs an ATPG process after adding all faults to the circuit,
terminates the run with a Control-C, and re-runs the ATPG process while not
targeting any aborted faults from the previous run:
set system mode atpg
add faults -all
run
Control-C
run -retain_abort
FlexTest Example
The following example runs an ATPG process after adding all faults to the circuit
and saves the last 10 test cycle values:
set system mode atpg
add faults -all
run -record 10