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

wspWSSPDefRemoveFromAllowedPatternGroups

wspWSSPDefRemoveFromAllowedPatternGroups(
d_cellViewId
t_wsspDefName
t_patternGroupName
)
=> t / nil

Description

Removes a pattern group from the allowed pattern groups of a widthSpacingSnapPatternDefs (WSSPDef).

Arguments

d_cellViewId

Database ID of the cellview.

t_wsspDefName

Name of the WSSPDef.

t_patternGroupName

Name of the pattern group.

Value Returned

t

The pattern group has been removed from the allowed pattern groups of a WSSPDef.

nil

The pattern group has not been removed from the allowed pattern groups of a WSSPDef.

Example

wspWSSPDefRemoveFromAllowedPatternGroups(geGetEditCellView() "M1AllPeriod190" "GP1")

Return to top
 ⠀
X