Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lxGetVirtualFigGroupMasterName

lxGetVirtualFigGroupMasterName(
d_figGroupID 
)
=> s_masterName

Description

Returns the schematic cellview name for the specified virtual figGroup in the format 'lib/cell/view'.

Arguments

d_figGroupID

ID of the virtual figGroup.

Value Returned

s_masterName

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

Virtual Hierarchy Generation


Return to top
 ⠀
X