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

dbSetPatternRegionRepeatMode

dbSetPatternRegionRepeatMode(
d_patternRegion
t_patternName
t_repeatMode
) 
=> t / nil

Description

(ICADVM20.1 Only) Sets the specified repeat mode on the pattern region for the specified width spacing pattern.

Arguments

d_patternRegion

ID of the pattern region on which the repeat mode is to be set.

t_patternName

Name of a width spacing pattern.

t_repeatMode

Name of the repeat mode to be set.

Valid values: noRepeat, stepped, flippedStartsWithOdd, flippedStartsWithEven

Value Returned

t

Specified repeat mode is successfully set on the pattern region for the specified width spacing pattern.

nil

Returned in case of failure.

Example

In this example, repeat mode stepped is successfully set on the pattern region patternRegionId for the width spacing pattern wsp.

dbSetPatternRegionRepeatMode(patternRegionId "wsp" "stepped")


Return to top
 ⠀
X