ctSetCompTypeGroupAttr
ctSetCompTypeGroupAttr(g_physConfigID t_ctgName t_attrName{ deviceType | activeLayer | width | length | splitParam | orientation | edgeType | numFins | widthPerFin | foldingThresholdFins | foldingThreshold | foldingMin | foldingStep | views | drain | gate | source | bulk }g_value) => t / nil
Description
Sets an attribute by name in the component type.
Arguments
|
Name of the attribute you want to set. Enclose the name in quotation marks. Valid Values: deviceType, activeLayer, width, length, splitParam, orientation, edgeType, numFins, widthPerFin, foldingThresholdFins, foldingThreshold, foldingMin, foldingStep, views, drain, gate, source, and bulk. |
|
|
For details of the valid values for each attribute, see |
Value Returned
Example
ctSetCompTypeGroupAttr(physConfigID "nmos" "foldingThreshold" 2)
Related Topics
Return to top