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

dbAllCellViews

dbAllCellViews( 
g_lib 
t_cellName 
[ d_contextCellView ] 
) 
=> l_viewName / nil 

Description

Lists all the view names of a cell.

The cell name is defined by t_cellName. If g_lib is nil, then search the library of the d_contextCellView. Once the cell is found, the names of the views associated with that cell are returned.

Arguments

g_lib

The ddId of the library to search for the cell.

t_cellName

The cell name.

d_contextCellView

A library dbCellViewId to search for the cell if g_lib is not specified.

Values Returned

l_viewName

A list of view names.

nil

The view names are not listed.

Examples

Lists all the view names of 74LS169 cell.

dbAllCellViews(libId "74LS169")
=> ("schematic" "symbol")

Return to top
 ⠀
X