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

cliGetCellViewOrigLibName

cliGetCellViewOrigLibName(
d_cellViewID
)
=> t_libName / nil

Description

Returns the library name of the specified Concurrent Layout cellview.

Arguments

d_cellviewID

Database ID of a cellview.

Value Returned

t_libName

Name of the library containing the cellview.

nil

Fails to call the function.

Examples

Returns the library name of the opened test/demo/layout_cle_p1 cellview.

cleWin = deOpenCellView("test" "demo" "layout_cle_p1" "maskLayout" list(list(0 0) list(500 600)) "a")
cliGetCellViewOrigLibName(geGetEditCellView(cleWin))
=> "test"

Return to top
 ⠀
X