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

wspWSSPDefSetEnabledOverrides

wspWSSPDefSetEnabledOverrides(
d_cellViewId 
l_wsspDefNames
[ ?direction t_direction ]
)
=> t / nil

Description

Overrides the global grid in the specified cellview and by enabling the specified list of widthSpacingSnapPatternDefs (WSSPDefs) as global grids. If the l_wsspDefNames argument does not contain any WSSPDef in a direction, there is no global grid for that direction even if the technology database specifies a global grid for that direction.

Arguments

d_cellViewId

Database ID of the cellview.

l_wsspDefNames

List of names of WSSPDefs.

t_direction

Direction of WSSPDef. The direction can be vertical or horizontal.

Value Returned

t

The global grid is overridden.

nil

The global grid is not overridden.

Example

wspWSSPDefSetEnabledOverrides(geGetEditCellView() list("WSP2"))

Return to top
 ⠀
X