::hwat::core::CreateComponentList
Creates the list of components from the root component to the base node.
Syntax
CreateComponentList n_compId n_baseNode n_sysCompList
Arguments
- n_compId
- The ID of the component.
- n_baseNode
- The ID of the base node.
- n_sysCompList
- The second list returned by the ::hwat::core::CreateDummyPositionArray function.
Returns
- Success
- A Tcl list of component IDs.
- Failure
- {}
Example
::hwat::core::CreateComponentList 12203 1519321 [list 12234 12000 12235 12001… ]
Comments
The user should call the ::hwat::core::CreateDummyPositionArray function every time a dummy is imported and store the values returned for use in this and other APIs.