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
|
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. |
Value Returned
|
For details of the valid values for each attribute, see |
|
Example
val=ctGetCompTypeGroupAttr(physConfigID "nmos" "foldingThreshold")
Related Topics
Return to top