hdbCreatePathVector
hdbCreatePathVector(h_configId) =>h_pathVectorId/nil
Description
Creates a path vector to use while traversing (elaborating) a design hierarchy.
Arguments
Value Returned
|
The path vector for the configuration specified by a configuration ID. |
|
Example
pathVector = hdbCreatePathVector( config )
An example for the use of this function can also be found at:
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top