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

txCreateFigSet

txCreateFigSet(
d_cellView
[ t_name ]
)
=> T_figSet / nil

Description

Creates an empty FigSet with the specified name in the given cellview. If the name is not specified, it will be generated automatically. If a FigSet with the specified name already exists, an error message is issued.

Arguments

d_cellView

ID of the cellview.

t_name

Name of the FigSet.

Value Returned

T_figSet

ID of the created FigSet.

nil

Returned in case of failure.

Examples

Creates an empty FigSet with the name figset0 in the cellview cv.

txCreateFigSet(cv "figset0")
> tx@02af68cf

Related Topics

FigSet Functions


Return to top
 ⠀
X