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

lntGetAllTraces

lntGetAllTraces(
d_cellviewID
)
=> l_traceIDs / nil

Description

Lists all the traces in the specified cellview.

Arguments

d_cellviewID

Database ID of the cellview to be queried.

Value Returned

l_traceIDs

List of trace IDs; for example:

(8 7 6 5)

nil

Cellview contains no traces or the operation was unsuccessful.

Example

myTraces = nil
when(window = hiGetCurrentWindow()
when(cellView = geGetEditCellView(window)
myTraces = lntGetAllTraces(cellView)
when(myTraces
foreach(trace myTraces lntGetTraceInfo(trace))
)
)
)

Lists the IDs of all the traces in current cellview.

Related Topics

Tracing Nets


Return to top
 ⠀
X