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

wspWSSPDefSetAllowedPatternGroups

wspWSSPDefSetAllowedPatternGroups(
d_cellViewId 
t_wsspDefName
l_patternGroupNames
)
=> t / nil

Description

Sets the allowed pattern groups for a widthSpacingSnapPatternDefs (WSSPDef) in the specified cellview.

This function does not update the directly allowed width spacing patterns (WSPs). It only updates the allowed pattern groups. To update the directly allowed WSP, use the wspWSSPDefSetAllowedPatterns function.

Arguments

d_cellViewId

Database ID of the cellview.

t_wsspDefName

The name of the WSSPDef.

l_patternGroupNames

The name of the allowed pattern groups.

Value Returned

t

The allowed pattern groups have been updated.

nil

The allowed pattern groups have not been updated.

Example

wspWSSPDefSetAllowedPatternGroups(geGetEditCellView() "M1_H_160_960" list("M1_960_WSP1" "M1_960_WSP2" "M1_960_WSP3"))

Return to top
 ⠀
X