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

dbFindAbutFig

dbFindAbutFig(
d_cvId
t_abutName
)
=> d_figId / nil

Description

Searches for the figure with the specified abutment name in the given subMaster cellview and returns the ID of the searched figure.

The following conditions must be met for this function to successfully return the ID of the searched figure:

Arguments

d_cvId

Specifies the ID of the submaster cell in which you want to search for the figure with the specified abutment name

t_abutName

Specifies the abutment name of the figure that you want to search

Value Returned

d_figId

Returns the ID of the figure you are searching for

nil

Returns nil if no figure with the specified abutment name exists in the subMaster cellview or if the specified abutment name is not that of a figure

Examples

dbFindAbutFig(cv "dpolyRight") => fig

Related Topics

Pcell Abutment Support Functions


Return to top
 ⠀
X