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

dbGetPatternRegionDefaultRepeatMode

dbGetPatternRegionDefaultRepeatMode(
d_patternRegion
)
=> t_repeatMode / nil

Description

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

Arguments

d_patternRegion

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

Value Returned

t_repeatMode

The default repeat mode for the specified pattern region.

nil

Returned in case of failure.

Example

Returns the default repeat mode for the pattern region patternRegionId.

dbGetPatternRegionDefaultRepeatMode(patternRegionId)

Return to top
 ⠀
X