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

wspWSSPDefGetAttr

wspWSSPDefGetAttr (
d_wsspDefId 
) 
=> l_wsspDefAttrs

Description

The attributes of the specified widthSpacingSnapPatternDefs (WSSPDef) are converted to a DPL format. All the attribute representations are the same as the source representation, except the snappingLayers attribute, which is stored as an association table for layer-purpose pair lookup.

Arguments

d_wsspDefId

Database ID of the WSSPDef.

Value Returned

l_wsspDefAttrs

The DPL format of the WSSPDef attributes. The list of attributes contains the orthogonalGrid.

Example

nattrlist = wspWSSPDefGetAttr(ldef)
=> (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")

Return to top
 ⠀
X