Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCreateWidthSpacingPatternGroup

dbCreateWidthSpacingPatternGroup(
d_cellView
t_name
l_patternNames
)
=> d_widthSpacingPatternGroup / nil 

Description

(ICADVM20.1 Only) Creates a group of width spacing patterns in the specified cellview.

Arguments

d_cellView

The ID of the cellview in which the width spacing pattern group is created.

t_name

Name of the width spacing pattern group.

l_patternNames

list (t_patternName)
List of the width spacing patterns that must be included in the group.

Value Returned

d_widthSpacingPatternGroup

The ID of the created width spacing pattern group.

nil

Returned in case of failure.

Example

dbCreateWidthSpacingPatternGroup(cv "group1" '("wsp1" "wsp2"))

Return to top
 ⠀
X