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

dbFindWidthSpacingPattern

dbFindWidthSpacingPattern(
d_cellView
t_name
)
=> d_widthSpacingPattern / nil 

Description

(ICADVM20.1 Only) Searches for the width spacing pattern with the given name in the specified cellview and technology library.

Arguments

d_cellView

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

t_name

Name of the width spacing pattern for which the search is performed.

Value Returned

d_widthSpacingPattern

The ID of the specified width spacing pattern, if found.

nil

Returned in case of failure.

Example

dbFindWidthSpacingPattern(cv "wsp1")

Return to top
 ⠀
X