Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetPatternRegionRepeatMode

dbGetPatternRegionRepeatMode(
d_patternRegion
t_patternName
) 
=> t_repeatMode / nil

Description

(ICADVM20.1 Only) Returns the repeat mode for the specified pattern region.

Arguments

d_patternRegion

ID of the pattern region for which the repeat mode is set.

t_patternName

Name of a width spacing pattern.

Return Value

t_repeatMode

The repeat mode for the specified pattern region.

nil

Returned in case of failure.

Example

Returns the repeat mode for the width spacing pattern wsp in the pattern region patternRegionId.

dbGetPatternRegionRepeatMode(patternRegionId "wsp")

Return to top
 ⠀
X