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

cliGetCellViewOrigViewName

cliGetCellViewOrigViewName(
d_cellViewID
)
=> t_viewName / nil

Description

Returns the view name of specified Concurrent Layout cellview.

Arguments

d_cellviewID

Database ID of a cellview.

Value Returned

t_viewName

Name of the view containing the cellview.

nil

Fails to call the function.

Examples

Returns the view 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")
cliGetCellViewOrigViewName(geGetEditCellView(cleWin))
=> "layout_cle_p1"

Return to top
 ⠀
X