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

dbGetGlobalGridRepeatMode

dbGetGlobalGridRepeatMode(
d_cellViewId
t_wsspDefName
t_patternName
)
=> t_repeatMode / nil

Description

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

Arguments

d_cellViewId

ID of a cellview.

t_wsspDefName

Name of a widthSpacingSnapPatternDef object.

t_patternName

Name of a width spacing pattern.

Value Returned

t_repeatMode

Value of a valid repeat mode.

nil

Returned in case of failure.

Example

Returns the repeat mode for the wsspDefName global grid in the cellview cellViewId for the width spacing pattern wspName.

dbGetGlobalGridRepeatMode(cellViewId "wsspDefName" "wspName") 


Return to top
 ⠀
X