Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

wspRegionGetAllowedPatterns

wspRegionGetAllowedPatterns (
d_regionId 
[ ?excludeGroups g_excludeGroups ]
) 
=> l_allowedPatternNames

Description

Returns a list with the names of the allowed patterns for a width spacing pattern (WSP) region. By default, this function returns the effective set of patterns by combining the allowed patterns and allowed pattern groups. You can use the g_excludeGroups argument to ignore the allowed pattern groups.

Arguments

d_regionId

The database ID of the WSP region.

?excludeGroups g_excludeGroups

Ignores allowed pattern groups.

Value Returned

l_allowedPatternNames

List of allowed patterns for a WSP region.

Example

wspRegionGetAllowedPatterns(regionId)

Return to top
 ⠀
X