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

wspWSSPDefAddToAllowedPatternGroups

wspWSSPDefAddToAllowedPatternGroups( 
d_cellViewId 
t_wsspDefName 
t_patternGroupName
)
=> t / nil

Description

Adds a width spacing pattern (WSP) group to the list of allowed pattern groups for a WSSPDef.

Arguments

d_cellViewId

Database ID of the cellview.

t_wsspDefName

The name of the WSSPDef.

t_patternGroupName

The name of the pattern group to be added.

Value Returned

t

The WSP is added to the allowed pattern groups for a WSSPDef.

nil

The WSP is not added to the allowed pattern groups for a WSSPDef.

Example

wspWSSPDefAddToAllowedPatternGroups(geGetEditCellView() "M1AllPeriod190" "WSP2RSP")

Return to top
 ⠀
X