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

dbGetFigGroupByName

dbGetFigGroupByName( 
d_cellView
t_name
)
=> d_figGroupId / nil

Description

Retrieves a figGroup by name.

Arguments

d_cellView

The cellview ID.

t_name

The name of the figGroup.

Value Returned

d_figGroupId

The figGroup ID is returned successfully.

nil

An error occurred during execution.

Examples

Returns the database ID of the specified figGroup.

dbGetFigGroupByName(cv "myFigGroup")

Related Topics

FigGroup Creation and Modification Functions


Return to top
 ⠀
X