Limit Assembly Tree Search Results

Calyx RIM enables you to search for assembly tree elements in an assembly using the search option on the assembly tree.

The display of the number of assembly tree elements that match the search criteria can be restricted by defining an upper limit in the insight.var file.
To limit the number of search results that are displayed:
  1. Open the insight.var file in a text editor.
  2. Add the following parameter to the file: assembly.tree.search.result.limit=<limitation value>.
    Replace <limitation value> with a number that specifies the maximum number of nodes that can be expanded.
    For example:
    assembly.tree.search.result.limit=100
    Note: if the parameter is not specified then the default limitation is 1000 nodes is applied.
  3. Save the insight.var file.