wspWSSPDefRemoveFromEnabled
wspWSSPDefRemoveFromEnabled(
d_cellViewId
l_wsspDefName
)
=> t / nil
Description
Removes the specified widthSpacingSnapPatternDefs (WSSPDefs) from the list of WSSPDefs that are enabled as global grids in the cellview.
If this is the only global WSSPDef in this direction, there will be no global grid in the direction even if the technology database specifies global WSSPDefs in the direction. This function filters duplicates, undefined wsspDefs, and wsspDefs with a direction mismatch.
Arguments
|
List of names of the WSSPDefs to be removed from the list of WSSPDefs. |
Value Returned
wspWSSPDefRemoveFromEnabled(geGetEditCellView() list("WSP2" WSP1"))
Return to top