Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

g_physConfigID

ID of the physical configuration cellview.

t_physLib

Name of the library containing the physical cell.

t_physCell

Name of the physical cell.

Value Returned

t_ctgName

List of component type groups to which the physical cell was assigned.

nil

The component type groups were not returned.

Example

ctgs = ctGetCellCompTypeGroups(cphId "myLib" "nmos")
foreach(ctg ctgs
   params = ctGetCompTypeGroupAttr(cphId ctg "compTypeParams")
)

Return to top
 ⠀
X