wspCreateWSPGroup
wspCreateWSPGroup (d_cellViewId t_name l_members) =>d_wspGroupId
Description
Creates a width spacing pattern (WSP) group in the specified cellview. The argument after t_name are interpreted as group members.
Arguments
Value Returned
Example
Creates group1X and the WSPs wsp_1X1X and wsp_1X_gap_1X are added to it.
wspCreateWSPGroup(cv "group1X" list( "wsp_1X1X" "wsp_1X_gap_1X") )
Return to top