find_by_index
find_by_index
-region {f_xlo f_ylo f_xhi f_yhi}
-indices {i_index …}
[ -window_id i_windowID ]
Description
Creates a set of objects in the given area for the top cellview of the active window or the given window. Space-based Router finds the list of objects that meet the criteria determined by the routing object granularity (net, route or connected shapes). Active individual shapes in the given area are always included in the list. The -indices argument gives the index for each object in the list that you want to include in the new set. This command is used by the cycle select function.
Arguments
Value Returned
Examples
The following command creates a list of active objects in the given area and adds the first object from the list (with an index of 0) to the selected set.
replace_set -set1 [or_sets -set1 [get_selection_set] -set2 [find_by_index -region { 898.13 1794.88 898..5 1795.70 } -indices {0}]] -set2 [get_selection_set]
Related Topics
Return to top