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

lntGetSavedViewNames

lntGetSavedViewNames(
t_libName
t_cellName
) 
=> l_viewNames / nil

Description

Returns the list of views saved in the specified library and cell.

Arguments

t_libName

Name of the library that contains the saved views.

t_cellName

Name of the cell that contains the saved views.

Value Returned

l_viewNames

List of views saved in the specified library and cell.

nil

No saved view exists.

Example

The following example returns the list of saved views in the test1 cell of the gpdk090 library.

lntGetSavedViewNames("gpdk090" "test1")
=> ("netTracer_4" "netTracer_3" "netTracer_2" "netTracer_1")

The following example returns nil as there are no saved views in the test2 cell of the gpdk090 library.

lntGetSavedViewNames("gpdk090" "test2")
=> nil

Related Topics

lntSaveTraces


Return to top
 ⠀
X