::hwat::utils::FindNodeOnComponents - Finds if the node belongs to any given component.
::hwat::utils::FindNodeOnComponents nodeId {complist}
nodeId |
The ID of the node to look for. |
[Complist] |
Tcl list of components to look in. The Argument could be "all" or "displayed". The default value is "all". |
The ID list of the component(s) containing the node if successful, {} if unsuccessful.
::hwat::utils::FindNodeOnComponents 128 [list 1000 1001 1002 1003]
Since a single node can be utilized by many components, the return list may contain more than one component. The return may or may not contain all the components sent as input.