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

wspWSSPDefFind

wspWSSPDefFind (
d_cellViewId 
t_layerName 
[ ?enabledOnly g_enabledOnly ]
) 
=> l_wsspDefIds

Description

Returns a list of widthSpacingSnapPatternDefs (WSSPDefs) that apply to a given routing layer name. The WSSPDefs may exist in the cellview or in the technology database. With the optional argument g_enabledOnly set to t, routing WSSPDefs that are enabled as global for the given layer are returned.

Arguments

d_cellViewId

Database ID of the cellview.

t_layerName

Routing layer on which WSSPDefs are searched.

?enabledOnly g_enabledOnly

When set to t, returns the routing WSSPDefs that are enabled as global. When set to nil, returns all WSSPDefs, routing and orthogonal, regardless of whether they are enabled as global. The default value is nil.

Value Returned

l_wsspDefIds

List of WSSPDef IDs.

Example

wspWSSPDefFind(geGetEditCellView() "M2")

Return to top
 ⠀
X