techCreateWidthSpacingPatternGroup
techCreateWidthSpacingPatternGroup(d_techFileId t_name l_patternNames) =>d_WidthSpacingPatternGroupId/ nil
Description
(Virtuoso Advanced Node for Layout Only) Creates a group of width spacing patterns in the specified technology file.
Arguments
|
Specifies the ID of the technology file in which the width spacing pattern group is to be created. |
|
|
Specifies the list of width spacing pattern names to include in the group. |
Value Returned
Example
techCreateWidthSpacingPatternGroup( tech "group1" '("wsp1" "wsp2") )
Returns the ID of the group1 group of width spacing patterns found in the specified technology file.
Return to top