::hwat::core::CreateComponentList - Creates the list of components from the root component to the base node.
CreateComponentList n_compId n_baseNode n_sysCompList
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 (default = ""). |
A Tcl list of component IDs if successful, {} otherwise.
::hwat::core::CreateComponentList 12203 1519321 [list 12234 12000 12235 12001… ]
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.
::hwat::solver::CreateDummyPositionArray