ctGetCompTypeCells
ctGetCompTypeCells(g_physConfigID t_ctgName) =>l_listOfCellNames/ nil
Description
Returns a list of all the physical cells assigned to the specified component type.
Arguments
Value Returned
|
List of all the physical cells assigned to the component type. |
|
Example
ctGetCompTypeCells(physConfigID "nmos")
Return to top