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

mgGetTrunkTopo

mgGetTrunkTopo(
d_pathSeg
)
=> l_trunkIds / nil

Description

Returns a list of topology trunks belonging to the specified pathSeg.

Arguments

d_pathSeg

Database ID of the pathSeg for which associated topological trunks need to be retrieved.

Value Returned

l_trunkIds

List of topology trunks belonging to the specified pathSeg.

nil

The command could not be executed.

Example

Returns a list of topology trunks.

mgId = car(geGetEditCellView()~>figGroups)
geomTrunks = setof(fig mgId~>figs mgGetTrunkTopo(fig)!=nil)
print("There are ")
print(length(geomTrunks))
println("pathsegs associated with topological trunks in this Modgen")

Return to top
 ⠀
X