Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

wspCreateWSPGroup

wspCreateWSPGroup (
d_cellViewId 
t_name
l_members
) 
=> d_wspGroupId

Description

Creates a width spacing pattern (WSP) group in the specified cellview. The argument after t_name are interpreted as group members.

Arguments

d_cellViewId

Database ID of the cellview in which the WSP is created.

t_name

Name of the WSP to be created.

l_members

List of WSP names to be added to the group.

Value Returned

d_wspGroupId

Database ID of the WSP group.

Example

Creates group1X and the WSPs wsp_1X1X and wsp_1X_gap_1X are added to it.

wspCreateWSPGroup(cv "group1X" list( "wsp_1X1X" "wsp_1X_gap_1X") )


Return to top
 ⠀
X