dbFindOpenCellView
dbFindOpenCellView(g_libId t_cellName t_viewName[t_version] ) =>d_cellViewId/ nil
Description
Cadence recommends using the dbFindOpenCellViewByName for this task.
Arguments
|
Specifies the ddId of the library that contains the specified cellview. |
|
|
This argument is preserved for compatibility with earlier versions of the software and should be |
Values Returned
|
The cellview ID of the cellview with the specified libId, cell, and view if the cellview has been opened. |
|
Examples
Finds the schematic cellview abc from the library lib.
cv = dbFindOpenCellView( lib "abc" "schematic" )
Related Topics
dbFindOpenCellViewByName
Return to top