lxVirtHierGetTermName
lxVirtHierGetTermName(d_shapeID) =>s_termName/ nil
Description
Returns the associated terminal name if the selected shape is a virtual pin.
Arguments
Value Returned
|
Terminal name associated with the selected virtual pin shape. |
|
Examples
when(window = hiGetCurrentWindow()
when(cellView = geGetEditCellView(window)
figGroup = dbGetFigGroupByName(cellView "I1")
foreach(fig figGroup~>figs
virtualPinTermName = lxVirtHierGetTermName(fig)
.
.
.
)
)
)
>
Related Topics
Return to top