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

dbRestoreAndOpenPanicFile

dbRestoreAndOpenPanicFile(
t_libName
t_cellName
t_viewName
)
=> d_cellviewID / nil

Description

Restores and opens the panic file for the specified cellview.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cellview.

t_viewName

Name of a view.

Values Returned

d_cellviewID

Database ID of the cellview that opens.

nil

Returned in case of failure.

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