find_terminal
find_terminal [ -names_termExpr] [ -setd_setObj| -windowi_windowID] [ -ignore_case ] [ -silent ]
Description
Returns a set containing terminals in the given set or in a window.
The GUI equivalent for this command is Edit—Find (Terminal).
Arguments
Value Returned
|
Specifies the set identifier for the set of terminals found that match the criteria. |
Examples
The following example searches the entire design for terminals named t_*, adds the objects to the set identified by variable myt_, then replaces the selected set with the new set of objects for display. You can use the Properties form to navigate the terminals found.
set myt_ [find_terminal -name t_*]
replace_set -set1 $myt_ -set2 [get_selection_set]
Related Topics
Return to top