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

wspCreateWSSPDefByAttr

wspCreateWSSPDefByAttr (
d_cellViewId 
l_attrs
) 
=> d_wspId

Description

Creates a widthSpacingSnapPatternDefs (WSSPDef) using an attribute DPL.

Arguments

d_cellViewId

Database ID of the cellview.

l_attrs

List of attributes specified in the DPL. The list of attributes contains the orthogonalGrid.

Value Returned

d_wspId

Database ID of the WSSPDef.

Example

attrlist = (nil defaultActiveName "minWidth" patternGroupNames nil
patternNames nil snappingLayers table:snapping layer table look-up offset
0.0 direction "vertical" period 0.768
purpose "localWSP" layer "Metal5" name
"snpLppsTest"
)
wspCreateWSSPDefByAttr(cvId attrlist)

Return to top
 ⠀
X