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

wspWSSPDefAddToAllowedPatterns

wspWSSPDefAddToAllowedPatterns(
d_cellViewId 
t_wsspDefName 
t_patternName
)
=> t / nil

Description

Adds a width spacing pattern (WSP) to the allowed patterns for a widthSpacingSnapPatternDefs (WSSPDef).

Arguments

d_cellViewId

Database ID of the cellview.

t_wsspDefName

The name of the WSSPDef.

t_patternName

The name of the pattern.

Value Returned

t

The WSP is added to the allowed patterns for a WSSPDef.

nil

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

Example

wspWSSPDefAddToAllowedPatterns(geGetEditCellView() "M1AllPeriod190" "WSP2")

Return to top
 ⠀
X