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

dbFindFigSetGroup

dbFindFigSetGroup(
d_cellView
T_figSet
)
=> d_figSetGroup / nil

Description

Searches the specified cellview for a FigSetGroup that has the same name as the specified FigSet.

Arguments

d_cellView

ID of the cellview.

T_figSet

ID of the FigSet.

Value Returned

d_figSetGroup

ID of the FigSetGroup found.

nil

Returned in case of failure.

Examples

Searches for the FigSet name figset1 in the cellview cv.

dbFindFigSetGroup(cv figset1)
> db:0x32e3f19b

Related Topics

FigSet Functions


Return to top
 ⠀
X