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

dbRestoreAndOpenAutoSavedFile

dbRestoreAndOpenAutoSavedFile(
t_libName
t_cellName
t_viewName
)
=> d_cellviewID / nil

Description

Restores and opens the auto-saved 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 an auto-save file

dbHasAutoSavedFile("designLib" "testing1" "layout1")
=>t

Restores and open the auto-save file

CV2 = dbRestoreAndOpenAutoSavedFile("designLib" "testing1" "layout1")
=>db:0x08a1ec92

Return to top
 ⠀
X