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

cleHasAutoSavedFile

cleHasAutoSavedFile(
t_libName
t_cellName
t_viewName
)
=> t / nil

Description

Checks whether the specified Concurrent Layout cellview has an auto-saved file.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cell.

t_viewName

Name of a view.

Value Returned

t

The auto-saved file is present in the specified Concurrent Layout cellview.

nil

The auto-saved file is not present in the specified Concurrent Layout cellview.

Examples

Checks if the auto-saved file is present in the Concurrent Layout design partition view designLib/testing1/layout_cle_p1.

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

Return to top
 ⠀
X