dbCreateWidthSpacingPatternGroup
dbCreateWidthSpacingPatternGroup(d_cellView t_name l_patternNames) =>d_widthSpacingPatternGroup/ nil
Description
(ICADVM20.1 Only) Creates a group of width spacing patterns in the specified cellview.
Arguments
|
The ID of the cellview in which the width spacing pattern group is created. |
|
|
|
Value Returned
Example
dbCreateWidthSpacingPatternGroup(cv "group1" '("wsp1" "wsp2"))
Return to top