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

dbFindRelatedSnapPatterns

dbFindRelatedSnapPatterns(
d_cellView
t_name
)
=> d_relatedSnapPatterns / nil 

Description

(ICADVM20.1 Only) Searches for the group of related snap patterns with the specified name in the given cellview and technology library.

Arguments

d_cellView

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

t_name

Name of the group of related snap patterns for which a search is to be performed.

Value Returned

d_relatedSnapPatterns

The ID of the specified related snap patterns group, if found.

nil

Returned in case of failure.

Example

dbFindRelatedSnapPatterns(cv "rsp1")

Return to top
 ⠀
X