wspWSSPDefSetAllowedPatterns
wspWSSPDefSetAllowedPatterns(d_cellViewId t_wsspDefName l_patternNames[ ?keepGroupsg_keepGroups] ) => t / nil
Description
Sets the allowed patterns for a widthSpacingSnapPatternDefs (WSSPDef) in the specified cellview. If the WSSPDef is enabled as global, the patterns apply to the global grid of the WSSPDef and to any regions for the WSSPDef for which the allowed patterns are not overridden.
This function sets a list of width spacing pattern (WSP) names as the allowed patterns. By default, this function deletes any allowed pattern groups. So, the set of allowed patterns is identical to the list of pattern names specified in the l_patternNames argument. You can set the allowed WSP and keep the allowed pattern groups using the g_keepGroups argument.
Arguments
Value Returned
Example
wspWSSPDefSetAllowedPatterns(geGetEditCellView() "M1_H_90_80" list("WSP1"))
Return to top