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

dbHasAutoSavedFile

dbHasAutoSavedFile(
t_libName
t_cellName
t_viewName
)
=> t / nil

Description

Determines whether the specified cellview has an auto-saved file.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cellview.

t_viewName

Name of a view.

Values Returned

t

The auto-save file is present in the specified cellview.

nil

The auto-save file is not present in the specified cellview.

Examples

;Check if auto-save file is present in cellview testing1
dbHasAutoSavedFile("designLib" "testing1" "layout1")
=>t
; Open the auto-save file
CV1 = dbOpenAutoSavedCellView("designLib" "testing1" "layout1")
db:0x08a1ec92 

Return to top
 ⠀
X