dbFindFigSetGroup
dbFindFigSetGroup(d_cellView T_figSet) =>d_figSetGroup/ nil
Description
Searches the specified cellview for a FigSetGroup that has the same name as the specified FigSet.
Arguments
Value Returned
Examples
Searches for the FigSet name figset1 in the cellview cv.
dbFindFigSetGroup(cv figset1)
> db:0x32e3f19b
Related Topics
Return to top