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

hdbIsConfig

hdbIsConfig(
t_libName 
t_cellName 
t_viewName
)
=> t / nil

Description

Checks if a given library/cell/view is a configuration.

Arguments

t_libName

The library name.

t_cellName

The cell name.

t_viewName

The view name.

Value Returned

t

A given library/cell/view is a configuration.

nil

A given library/cell/view is not a configuration.

Example

isConfig = hdbIsConfig("lib1" "cell1" "view1")

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