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

lntClearNeighbors

lntClearNeighbors(
w_window
)
=> t /nil

Description

Deletes all computed neighbors in the specified window.

Arguments

w_window

ID of the window to be cleared.

Value Returned

t

Computed neighbors in the specified window were deleted.

nil

Specified window has no computed neighbors.

Example

window = hiGetCurrentWindow()
lntComputeNeighbors(window 0.04)
lntClearNeighbors(window)
t

Deletes the computed neighbors in the current window.

Related Topics

Tracing Nets


Return to top
 ⠀
X