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

dbGetFigSetGroupName

dbGetFigSetGroupName(
d_figSetGroup
)
=> t_name / nil

Description

Returns the name of the specified FigSetGroup object.

Arguments

d_figSetGroup

ID of the FigSetGroup object.

Value Returned

t_name

Name of the FigSetGroup object.

nil

Returned in case of failure.

Examples

Returns the name of the fsg1 object as FS_0.

dbGetFigSetGroupName(fsg1)
> "FS_0"

Related Topics

FigSet Functions


Return to top
 ⠀
X