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

txFindFigSet

txFindFigSet(
d_cellView
t_name
)
=> T_figSet / nil

Description

Searches for a FigSet with the given name in the specified cellview. This function also searches for a FigSetGroup with the same name and automatically resurrects the corresponding FigSet from it, if required.

Arguments

d_cellView

ID of the cellview.

t_name

Name of the FigSet.

Value Returned

T_figSet

ID of the found FigSet.

nil

Returned in case of failure.

Examples

Searches for FigSet FS_0 in the cellview cv.

txFindFigSet(cv "FS_0")
> tx@02af68ce

Related Topics

FigSet Functions


Return to top
 ⠀
X