find_neighbor_nets
find_neighbor_nets -nets_netName-halof_userunit[ -region {f_xlof_ylof_xhif_yhi} ] [ -include_ground ] [ -include_power ] [ -shapes ]
Description
Returns a set containing nets or shapes surrounding the given net.
Arguments
Value Returned
|
Specifies the set identifier for the set of nets or shapes found. |
Examples
The following example searches in the current artwork view area for nets within 2 microns of the ar0[9] net and adds the found nets to the neighbor_net highlight set for display.
set mynet [find_neighbor_nets -net ar0\[9\] -halo 2 -region [get_window_area]]
add_highlight -name neighbor_net -set $mynet -color cyan
Related Topics
Return to top