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

axlNewSetupDB

axlNewSetupDB( 
t_setupdbName 
) 
=> x_hsdb / nil 

Description

Opens the named setup database and returns its handle. If the named setup database does not already exist, this function creates one and returns a handle to it.

Arguments

t_setupdbName

Name of the setup database.

Value Returned

x_hsdb

The setup database handle is returned.

nil

The setup database handle is not returned.

Examples

Opens the given setup database and returns its handle.

axlNewSetupDB( "data" )
=> 1

Return to top
 ⠀
X