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
Value Returned
Examples
Creates an empty FigSet with the name figset0 in the cellview cv.
txCreateFigSet(cv "figset0")
> tx@02af68cf
Related Topics
Return to top