hdbGetPathStackStr
hdbGetPathStackStr(h_pathVectorStackId) =>t_string
Description
Creates a string listing all the path vectors. Creates something similar to a fully rooted path for a design binding that contains sub-configurations.
Arguments
|
A path vector ID; something returned by |
|
Value Returned
Example
whereAreWe = hdbGetPathStackStr( pathVectorStack )
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