dbAllCellViews
dbAllCellViews(g_libt_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
|
A library |
Values Returned
Examples
Lists all the view names of 74LS169 cell.
dbAllCellViews(libId "74LS169")
=> ("schematic" "symbol")
Return to top