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

dbSetGlobalGridDefaultRepeatMode

dbSetGlobalGridDefaultRepeatMode(
d_cellViewId
t_wsspDefName
t_repeatMode
)
=> t / nil

Description

(ICADVM20.1 Only) Sets the specified repeat mode as the default on a cellview for the specified widthSpacingSnapPatternDef global grid.

Arguments

d_cellViewId

ID of a cellview

t_wsspDefName

Name of a widthSpacingSnapPatternDef object.

t_repeatMode

Name of the repeat mode to be set.

Valid values: noRepeat, stepped, flippedStartsWithOdd, flippedStartsWithEven

Value Returned

t

The default repeat mode is successfully set for the specified widthSpacingSnapPatternDef global grid.

nil

Returned in case of failure.

Example

The value stepped is set as the default repeat mode for the wsspDefName global grid in the cellview cellViewId.

dbSetGlobalGridDefaultRepeatMode(cellViewId "wsspDefName" "stepped") 


Return to top
 ⠀
X