wspWSSPDefGetEnabledOverrides
wspWSSPDefGetEnabledOverrides (d_cellViewId[ ?directiont_direction] ) =>l_wsspDefNames
Description
Returns the names of all the widthSpacingSnapPatternDefs (WSSPDefs) in the specified direction that are enabled as global grids. The WSSPDef direction is orthogonal to the routing direction. This filters out any duplicates, undefined wsspDefs, and wsspDefs with a direction mis-match.
Arguments
|
Direction of WSSPDef. The direction can be |
Value Returned
|
List of the names of all WSSPDefs in the specified direction that are enabled as global grids. |
Example
wspWSSPDefGetEnabledOverrides(geGetEditCellView())
Return to top