Mentor v8.6_4 Benutzerhandbuch

Seite von 831
Command Dictionary
Set Self Initialization
FastScan and FlexTest Reference Manual, V8.6_4
2-571
Arguments
ON
A literal that turns on self-initializing sequence behavior.
OFf
A literal that turns off self-initializing sequence behavior. This is the default
upon invocation of FlexTest.
Examples
set system mode atpg
set self initialization on
add faults -all
run
save patterns filename -ascii
The following example shows a pattern file with self-initializing information:
PATTERN=0;
         CYCLE=0;
         ...
         ...
         CYCLE=1;
         ...
         ...
    PATTERN=1;
         CYCLE=0;
         ...
         ...
         CYCLE=1;
         ...
         ...
Related Commands