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

lntSetTraceVisibility

lntSetTraceVisibility(
x_traceID
x_visibility
[ w_window ]
)
=> t / nil

Description

Sets the visibility of the specified trace in the specified window.

Arguments

x_traceID

ID of the trace for which visibility is to be updated.

x_visibility

Visibility to be set for the trace.

Type 0 to make the trace invisible or 1 to make it visible.

w_window

ID of the window containing the specified trace.

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

Value Returned

t

Trace visibility was updated in the specified window.

nil

Trace visibility could not be updated.

Example

Makes the trace with ID 1 in window 2 invisible.

lntSetTraceVisibility(1 0 window(2))

Related Topics

Tracing Nets


Return to top
 ⠀
X