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

hdbClose

hdbClose(
h_configId
) 
=> t / nil 

Description

Closes a configuration. In all cases where you are using the hdb interface to traverse (bind, elaborate) a design use hdbCloseConfigsInBag to close open configurations instead of this function.

Arguments

h_configId

The ID of a configuration.

Value Returned

t

Closes the configuration.

nil

The close operation failed.

Example

closeStatus = hdbClose( hdbConfig )

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