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

dbGetGlobalGridDefaultRepeatMode

dbGetGlobalGridDefaultRepeatMode(
d_cellViewId
t_wsspDefName
)
=> t_repeatMode / nil

Description

(ICADVM20.1 Only) Returns the default repeat mode for the specified widthSpacingSnapPatternDef global grid in the specified cellview.

Arguments

d_cellViewId

ID of a cellview.

t_wsspDefName

Name of a widthSpacingSnapPatternDef object.

Value Returned

t_repeatMode

Value of the default repeat mode.

nil

Returned in case of failure.

Example

Returns the default repeat mode for the wsspDefName global grid in the cellview cellViewId.

dbGetGlobalGridDefaultRepeatMode(cellViewId "wsspDefName") 


Return to top
 ⠀
X