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

dbFindFigSetGroupByName

dbFindFigSetGroupByName(
d_cellView
t_name
)
=>d_figSetGroup / nil

Description

Searches for the specified FigSetGroup name in the given cellview.

Arguments

d_cellView

ID of the cellview.

t_name

Name of the FigSetGroup.

Value Returned

d_figSetGroup

ID of the FigSetGroup found.

nil

Returned in case of failure.

Examples

Searches for the FigSetGroup name fs0 in the cellview cv.

dbFindFigSetGroupByName(cv "fs0")
> db:0x32e3f19b

Related Topics

FigSet Functions


Return to top
 ⠀
X