lntIsNeighborsVisible
lntIsNeighborsVisible(
w_window
)
=> t / nil
Description
Checks whether Net Tracer neighbors are visible in the specified window.
Arguments
|
ID of the window where visibility of neighbors is to be checked. |
Value Returned
|
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
Return to top