ctGetCellCompTypeGroups
ctGetCellCompTypeGroups(g_physConfigID t_physLib t_physCell) =>l_compTypes/ nil
Description
Returns all the component type groups to which a specified physical cell was assigned.
Arguments
Value Returned
|
List of component type groups to which the physical cell was assigned. |
|
Example
ctgs = ctGetCellCompTypeGroups(cphId "myLib" "nmos")
foreach(ctg ctgs
params = ctGetCompTypeGroupAttr(cphId ctg "compTypeParams")
)
Return to top