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

lntShowNeighbors

lntShowNeighbors(
w_window
)
=> t / nil

Description

Displays computed neighbors for the specified window. The computed neighbors can be hidden using the lntHideNeighbors SKILL function. Use lntClearNeighbors to delete all neighbors.

Arguments

w_window

ID of the window in which computed neighbors are to be shown.

Value Returned

t

Computed neighbors in the specified window were shown.

nil

The window has no computed neighbors.

Example

window = hiGetCurrentWindow()
lntComputeNeighbors(window 0.04)
lntHideNeighbors(window)
lntShowNeighbors(window)

Computes neighbors for the traces in the current window, hides them, then shows them again.

Related Topics

lntHideNeighbors

lntClearNeighbors

Tracing Nets

Finding Neighboring Shapes of a Traced Shape

Net Tracer Neighbors Form


Return to top
 ⠀
X