wspCreateWSSPDefByAttr
wspCreateWSSPDefByAttr (d_cellViewId l_attrs) =>d_wspId
Description
Creates a widthSpacingSnapPatternDefs (WSSPDef) using an attribute DPL.
Arguments
|
List of attributes specified in the DPL. The list of attributes contains the |
Value Returned
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