Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

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

d_techFileId

Specifies the ID of the technology file in which the width spacing pattern group is to be created.

t_name

Specifies the name for the width spacing pattern group.

l_patternNames

Specifies the list of width spacing pattern names to include in the group.

Value Returned

d_widthSpacingPatternGroupId

Returns the ID of the created width spacing pattern group.

nil

Returned in case of failure.

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
 ⠀
X