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

wspWSSPDefGetEnabledOverrides

wspWSSPDefGetEnabledOverrides (
d_cellViewId 
[ ?direction t_direction ]
) 
=> l_wsspDefNames

Description

Returns the names of all the widthSpacingSnapPatternDefs (WSSPDefs) in the specified direction that are enabled as global grids. The WSSPDef direction is orthogonal to the routing direction. This filters out any duplicates, undefined wsspDefs, and wsspDefs with a direction mis-match.

Arguments

d_cellViewId

Database ID of the cellview.

t_direction

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

Value Returned

l_wsspDefNames

List of the names of all WSSPDefs in the specified direction that are enabled as global grids.

Example

wspWSSPDefGetEnabledOverrides(geGetEditCellView())

Return to top
 ⠀
X