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

dbFindWidthSpacingSnapPatternDefByName

dbFindWidthSpacingSnapPatternDefByName( 
d_cellViewId 
t_name
)
=> d_widthSpacingSnapPatternDefId / nil

Description

(ICADVM20.1 Only) Searches for the given widthSpacingSnapPatternDef object in the specified cellview.

Arguments

d_cellviewId

The ID of the cellview in which the search is performed.

t_name

Name of the widthSpacingSnapPatternDef object for which the search is performed.

Value Returned

d_widthSpacingSnapPatternDefId

  

The ID of the widthSpacingSnapPatternDef object that was found.

nil

The widthSpacingSnapPatternDef object was not found.

Example

Searches for the widthSpacingSnapPatternDef object wsspDef in the cellview cv.

dbFindWidthSpacingSnapPatternDefByName(cv "wsspDef")

Return to top
 ⠀
X