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

lxVirtHierGetTermName

lxVirtHierGetTermName(
d_shapeID
)
=> s_termName / nil

Description

Returns the associated terminal name if the selected shape is a virtual pin.

Arguments

d_shapeID

Database ID of the virtual pin shape.

Value Returned

s_termName

Terminal name associated with the selected virtual pin shape.

nil

The command failed.

Examples

when(window = hiGetCurrentWindow()
  when(cellView = geGetEditCellView(window)
     figGroup = dbGetFigGroupByName(cellView "I1")
     foreach(fig figGroup~>figs
       virtualPinTermName = lxVirtHierGetTermName(fig)
       .
       .
       .
     )
  )
)
>

Related Topics

Creating Virtual Pins


Return to top
 ⠀
X