Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbHasPanicFile

dbHasPanicFile(
t_libName
t_cellName
t_viewName
)
=> t / nil

Description

Determines whether the specified cellview has a panic file.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cellview.

t_viewName

Name of a view.

Values Returned

t

Panic file is present in the specified cellview.

nil

Panic file is not present in the specified cellview.

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
 ⠀
X