Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlSaveSetupToLib

axlSaveSetupToLib( 
x_hsdb 
t_libName 
t_cellName 
t_viewName 
) 
=> t / nil 

Description

Saves the setup database to the specified lib/cell/view.

Arguments

x_hsdb

Setup database handle

t_libName

Name of the library.

t_cellName

Name of the cell.

t_viewName

Name of the view.

Value Returned

t

The setup database is saved to the specified location.

nil

The setup database is not saved.

Examples

Saves the setup database to the specified location.

axlSaveSetupToLib( 1001 "lib" "cell" "view" )
=> t

Return to top
 ⠀
X