wspSPDefFind
wspSPDefFind (d_cellViewId t_layerName[ ?enabledOnlyg_enabledOnly] ) =>l_spdef/ nil
Description
Finds all the snapPatternDefs (SPDefs) that apply to the specified routing layer name. In a cellview, one SPDef or widthSpacingSnapPatternDefs (WSSPDef) per layer is enabled as a global grid. With the optional argument g_enabledOnly set to t, WSSPDefs that are enabled as global for the specified routing layer are returned.
Arguments
|
When set to |
Value Returned
Example
Returns a list of all SPDefs that apply on layer Metal1 and that are enabled as global.
wspSPDefFind(cv "Metal1" ?enabledOnly t)
Return to top