dbHasPanicFile
dbHasPanicFile(
t_libName
t_cellName
t_viewName
)
=> t / nil
Description
Determines whether the specified cellview has a panic file.
Arguments
Values Returned
Examples
;Check if panic file is present in cellview testing1
dbHasPanicFile("designLib" "testing1" "layout1")
=>t
;Open the panic file.
panicCV1 = dbOpenPanicCellView("designLib" "testing1" "layout1")
db:0x08a1ec92
Return to top