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

axlNewSetupDBLCV

axlNewSetupDBLCV( 
t_libraryName
t_cellName
t_viewName
) 
=> t / nil 

Description

Creates a new setup database in the specified location. It automatically overwrites any existing setup database in any of the above mentioned locations.

Arguments

t_libraryName

Name of the library.

t_cellName

Name of the cell.

t_viewName

Name of the view.

Value Returned

t

A new setup database is created in the specified location.

nil

No setup database is created.

Examples

Creates a new setup database in the specified location.

sdb = axlNewSetupDBLCV("myLib" "myCell" "myView")

Return to top
 ⠀
X