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
Value Returned
Examples
Searches for FigSet FS_0 in the cellview cv.
txFindFigSet(cv "FS_0")
> tx@02af68ce
Related Topics
Return to top