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

hdbGetCellName

hdbGetCellName(
h_configId
) 
=> t_cellName / nil 

Description

Gets the cell name of a configuration specified by h_configId.

Arguments

h_configId

The ID of a configuration obtained with hdbOpen.

Value Returned

t_cellName

The cell name of the configuration specified by h_configId.

nil

Did not get the cell name of the configuration specified by h_configId.

Example

configCellName = hdbGetCellName( 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