Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

hdbCreatePathVector

hdbCreatePathVector(
h_configId
) 
=> h_pathVectorId / nil 

Description

Creates a path vector to use while traversing (elaborating) a design hierarchy.

Arguments

h_configId

The ID of a configuration obtained with hdbOpen.

Value Returned

h_pathVectorId

The path vector for the configuration specified by a configuration ID.

nil

The operation failed.

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

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X