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

wspWSSPDefRemoveFromAllowedPatterns

wspWSSPDefRemoveFromAllowedPatterns( 
d_cellViewId
t_wsspDefName
t_patternName

=> t / nil

Description

Removes a width spacing pattern (WSP) from the allowed patterns of the specified cellview. This function only removes the directly-allowed WSP. If a pattern is allowed because it is a member of an allowed pattern group, then no update is made.

Arguments

d_cellViewId

Database ID of the cellview.

t_wsspDefName

Name of the WSSPDef.

t_patternName

Name of the pattern.

Value Returned

t

The WSP has been removed from the allowed patterns.

nil

The WSP has not been removed from the allowed patterns.

Example

wspWSSPDefRemoveFromAllowedPatterns(geGetEditCellView() "M1AllPeriod190" "WSP2")

Return to top
 ⠀
X