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

ctGetCompTypeGroupAttr

ctGetCompTypeGroupAttr(
g_physConfigID
t_ctgName
t_attrName { deviceType | activeLayer | width | foldingThreshold 
 | views | drain | gate | source | bulk }
)
=> g_value / nil

Description

Returns the value of a specified attribute in the component type group.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_ctgName

Name of the component type group.

t_attrName

Name of the attribute whose value you want to see. Enclose the name in quotation marks.

Valid Values: deviceType, activeLayer, width, foldingThreshold, views, drain, gate, source, and bulk.

deviceType is called Component class on the graphical user interface.

Value Returned

g_value

Value of the named attribute.

For details of the valid values for each attribute, see ctCreateCompTypeGroup.

nil

The attribute value was not returned.

Example

val=ctGetCompTypeGroupAttr(physConfigID "nmos" "foldingThreshold")

Related Topics

ctCreateCompTypeGroup


Return to top
 ⠀
X