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

lntShowHideAllTraces

lntShowHideAllTraces(
x_showHide
[ w_window ]
)
=> t / nil

Description

Shows or hides all traces in the cellview contained in the specified window.

Arguments

x_showHide

Integer specifying whether traces are to be shown or hidden.

Type 0 to hide all traces or 1 to show all traces.

w_window

ID of the window containing the cellview in which traces are to be shown or hidden.

When not specified, the trace (if it exists) is updated in the current window.

Value Returned

t

All traces in the specified window were either shown or hidden.

nil

The operation was unsuccessful.

Example

lntShowHideAllTraces(0 win)

Hides all traces in the specified window.

lntShowHideAllTraces(1)

Shows all traces in the current window.

Related Topics

Tracing Nets


Return to top
 ⠀
X