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

wspWSSPDefAddToEnabled

wspWSSPDefAddToEnabled( 
d_cellViewId
l_wsspDefName
)
=> t / nil

Description

Adds a list of widthSpacingSnapPatternDefs (WSSPDefs) to the list of WSSPDefs enabled as global grids in the specified cellview. This will filter out any duplicate, undefined wsspDefs, and wsspDefs with direction mis-match.

Arguments

d_cellViewId

Database ID of the cellview.

l_wsspDefName

List of names of WSSPDefs to be added to the list of WSSPDefs.

Value Returned

t

The WSSPDefs added to the list of WSSPDefs.

nil

The WSSPDefs not added to the list of WSSPDefs.

Example

wspWSSPDefAddToEnabled(geGetEditCellView() list("M1AllPeriod190"))

Return to top
 ⠀
X