lxGetVirtualFigGroupMasterName
lxGetVirtualFigGroupMasterName( d_figGroupID) =>s_masterName
Description
Returns the schematic cellview name for the specified virtual figGroup in the format 'lib/cell/view'.
Arguments
Value Returned
|
Master name of the specified virtual figGroup. If the specified figGroup is not a virtual figGroup or a created virtual figGroup, an empty string is returned. |
Examples
lcv = dbOpenCellViewByName("XLME" "top" "layout")
fg = dbGetFigGroupByName(lcv "INV_0")
lxGetVirtualFigGroupMasterName(fg)
=> "XLME/INV/schematic"
>
Gets the schematic cellview name, "XLME/INV/schematic", for the specified virtual figGroup.
Related Topics
Return to top