dbRestoreAndOpenPanicFile
dbRestoreAndOpenPanicFile(t_libName t_cellName t_viewName) =>d_cellviewID/ nil
Description
Restores and opens the panic file for the specified cellview.
Arguments
Values Returned
Examples
Checks if cellview has a panic file
dbHasPanicFile("designLib" "testing1" "layout1")
=>t
Restores and open the panic file
panicCV2 = dbRestoreAndOpenPanicFile("designLib" "testing1" "layout1")
=>db:0x08a1ec92
Return to top