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

dbSetGlobalGridRepeatMode

dbSetGlobalGridRepeatMode(
d_cellViewId
t_wsspDefName
t_patternName
t_repeatMode
)
=> t / nil

Description

(ICADVM20.1 Only) Sets the specified repeat mode for the widthSpacingSnapPatternDef global grid in the specified cellview for the given width spacing pattern.

Arguments

d_cellViewId

ID of a cellview.

t_wsspDefName

Name of the widthSpacingSnapPatternDef.

t_patternName

Name of the width spacing pattern.

t_repeatMode

Name of the repeat mode to be set.

Valid values: noRepeat, stepped, flippedStartsWithOdd, flippedStartsWithEven

Value Returned

t

Returned in case of success.

nil

Returned in case of failure.

Example

The repeat mode stepped is set for the wsspDefName global grid in the cellview cellViewId for the width spacing pattern wspName.


Return to top
 ⠀
X