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

hdbSaveAs

hdbSaveAs(
h_configId 
t_libName 
t_cellName 
t_viewName
)
=> t / nil

Description

Saves a configuration to a library/cell/view.

Arguments

h_configId

A configuration ID; something returned by hdbOpen.

t_libName

A library name.

t_cellName

A cell name.

t_viewName

A view name.

Value Returned

t

The configuration is saved to library/cell/view.

nil

The configuration is not saved to library/cell/view.

Example

ok = hdbSaveAs( config "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

hdbSaveAs

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X