Standard Debug Commands
Commands Description
Ctrl + J, run To run a test on UUT
Ctrl + C, Abort To abort a current execution
monitor, mon To go to monitor page or diagnose page from TEST or DEBUG mode
Ctrl + P To run a test on UUT for dual well testing, andit will run on rigth fixture
translate, trans To go into TRANSLATE page
update, upd To go into UPDATE page
setup To go into SETUP page
system, sys To go into SYSTEM page
license, lic To go into LICENSE page
diagnose, dia To go into DIAGNOSE page
debug, deb To select or go into debug mode
test, te To select or go into test mode
begin, beg To begin a CRD to be debugged
Example : beg=r1
message, mes To select a output of failure
Example : mes=crt (mess on screen), mes=file (mess into file), mes=strip_printer (mess to printer)
rerun, rer Rerun a test for n times
Example : rer 100 (To rerun the single test for 100 times)
remove, rem To remove all changes at current debug
swap, sw To swap nail between channels
*** CHA and CHB will swap accordingly and all guard and guardsense will be disable
locpin, loc To locate a pin location
nn To go to the next component for debugging
surrounding, surr To view surrounding pins that connected to particular nail
Example : surr 123 (surrounding pins of nail 123)
nail, na To view a nail location and connection of that particular nail
Example : na 123
edit, ed To edit a file in DIAGNOSE page
Example : ed .tpg (To view and edit tpg file) |