Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

cleRestoreAndOpenAutoSavedFile

cleRestoreAndOpenAutoSavedFile(
t_libName
t_cellName
t_viewName
[ g_openWindow ]
)
=> w_windowID / d_cellviewID / nil

Description

Restores and opens the auto-saved file for the specified Concurrent Layout cellview.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cell.

t_viewName

Name of a view.

g_openWindow

Specifies whether to open a layout window. Default value is t.

Value Returned

w_windowID

Window ID of the Concurrent Layout cellview that opens when g_openWindow is set to t.

d_cellviewID

Database ID of the Concurrent Layout cellview that opens if g_openWindow is set to nil.

nil

An error has occurred or file does not exist.

Examples

Checks if the cellview has a auto-saved file.

cleHasAutoSavedFile("designLib" "testing1" "layout_cle_p1")
=> t

Restores and open the auto-saved file.

autoSavedCV = cleRestoreAndOpenAutoSavedFile("designLib" "testing1" "layout_cle_p1") 

Return to top
 ⠀
X