Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbFindOpenCellView

dbFindOpenCellView( 
g_libId 
t_cellName 
t_viewName 
[ t_version ] 
) 
=> d_cellViewId / nil

Description

Finds an opened cellview.

Cadence recommends using the dbFindOpenCellViewByName for this task.

Arguments

g_libId

Specifies the ddId of the library that contains the specified cellview.

t_cellName

Cell name of the cellview.

t_viewName

View name of the cellview.

t_version

This argument is preserved for compatibility with earlier versions of the software and should be nil if specified.

Values Returned

d_cellViewId

The cellview ID of the cellview with the specified libId, cell, and view if the cellview has been opened.

nil

The cellview is not found open.

Examples

Finds the schematic cellview abc from the library lib.

cv = dbFindOpenCellView( lib "abc" "schematic" )

Related Topics

dbFindOpenCellViewByName

Return to top
 ⠀
X