find_inst_term
find_inst_term
[ -delimiter s_char ]
[ -ignore_case [ true | false ] ]
[ -instance_name s_instanceName ]
[ -instance_path s_path ]
[ -name s_termName ]
[ -net {s_netName…} ]
[ -no_wildcard [ true | false ] ]
[ -silent [ true | false ] ]
Description
Returns a set containing the instance terminals that satisfy the given conditions.
Arguments
|
-delimiter s_char
|
Specifies the hierarchical delimiter. If not specified, the default delimiter character for the active oaNamespace is used. This option cannot be used with wildcards.
|
|
-ignore_case [ true | false ]
|
|
|
If true, performs a case-insensitive search.
|
|
-instance_name s_instance_name
|
|
|
Specifies the instance.
|
|
-instance_path s_path
|
Specifies the path to the instance. This option cannot be used with wildcards.
|
|
-name s_termName
|
Specifies the name of the term.
|
|
-net {s_netName…}
|
Searches nets in the list.
|
|
-no_wildcard [ true | false ]
|
|
|
Disables all wildcard processing.
|
|
-silent [ true | false ]
|
|
|
Suppresses informational messages. By default, these messages are output.
|
Value Returned
|
d_setObj
|
Returns the identifier for the new set containing the instance terminals.
|
Related Topics
Edit Commands
find_net_portion
Return to top