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

lntIsNeighborsVisible

lntIsNeighborsVisible(
w_window
)
=> t / nil

Description

Checks whether Net Tracer neighbors are visible in the specified window.

Arguments

w_window

ID of the window where visibility of neighbors is to be checked.

Value Returned

t

The window contains neighbors that are visible.

nil

The window contains neighbors that are set as invisible or does not contain any neighbors.

Example

window = hiGetCurrentWindow()
;; Create some traces using Net Tracer
lntComputeNeighbors(window 0.04)
isVisible = lntIsNeighborsVisible(window)

Computes trace neighbors in the current window and then checks that they are visible.

Related Topics

Tracing Nets

Finding Neighboring Shapes of a Traced Shape


Return to top
 ⠀
X