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

dbGetRelatedSnapPatterns

dbGetRelatedSnapPatterns(
d_cellView
)
=> l_relatedSnapPatterns / nil 

Description

(ICADVM20.1 Only) Returns a list of related snap pattern IDs from the specified cellview.

Arguments

d_cellView

The ID of the cellview.

Value Returned

l_relatedSnapPatterns

List of related snap pattern IDs.

nil

Returned in case of failure.

Example

dbGetRelatedSnapPatterns(cv)
=> ("rsp1") 

Return to top
 ⠀
X