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

dbSetPatternRegionDefaultRepeatMode

dbSetPatternRegionDefaultRepeatMode(
d_patternRegion
t_repeatMode
) 
=> t / nil

Description

(ICADVM20.1 Only) Sets default repeat mode on the specified pattern region.

Arguments

d_patternRegion

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

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.

nil

Returned in case of failure.

Example

Sets the default repeat mode as stepped for the pattern region patternRegionId.

dbSetPatternRegionDefaultRepeatMode(patternRegionId "stepped")


Return to top
 ⠀
X