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

lntGetTraceInfo

lntGetTraceInfo(
x_traceID
)
=> l_paramList / nil

Description

Returns information for a specified trace. The returned information contains the trace container, its name, color, and visibility status, and the number of chased shapes.

Arguments

x_traceID

ID of the trace to be queried.

Value Returned

l_paramList

List of parameters for the specified trace; for example:

(db:0x31670f9a "Trace1" "white" t 3)

nil

The operation was unsuccessful.

Example

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

Returns information about all the traces in the current cellview.

Related Topics

Tracing Nets


Return to top
 ⠀
X