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

wspWSSPDefRemoveFromEnabled

wspWSSPDefRemoveFromEnabled(
d_cellViewId 
l_wsspDefName
)
=> t / nil

Description

Removes the specified widthSpacingSnapPatternDefs (WSSPDefs) from the list of WSSPDefs that are enabled as global grids in the cellview.

If this is the only global WSSPDef in this direction, there will be no global grid in the direction even if the technology database specifies global WSSPDefs in the direction. This function filters duplicates, undefined wsspDefs, and wsspDefs with a direction mismatch.

Arguments

d_cellViewId

Database ID of the cellview.

l_wsspDefName

List of names of the WSSPDefs to be removed from the list of WSSPDefs.

Value Returned

t

The WSSPDefs are removed from the list of WSSPDefs.

nil

The WSSPDefs are not removed from the list of WSSPDefs.

Example

wspWSSPDefRemoveFromEnabled(geGetEditCellView() list("WSP2" WSP1"))

Return to top
 ⠀
X