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

axlSetMainSetupDB

axlSetMainSetupDB( 
t_session 
t_setupdbPath 
) 
=> x_hsdb / nil

Description

Sets the working setup database for a session to the setup database specified by the given setupDBPath. This function is useful when you create a new session in a SKILL script and then you want to setup a database for that.

Arguments

t_session

Name of the session.

t_setupdbPath

Path to a setup database file located in the cellview. The setup database is typically named as data.sdb.

Value Returned

x_hsdb

The setup database handle is returned.

nil

The setup database handle is not returned.

Examples

Creates a new session, data_session, and then sets a new database for that.

data_session = ( axlCreateSession "data_session" )
x_mainSDB = axlSetMainSetupDB( "data_session" "data.sdb" )
=> 4001

Related Topics

axlCreateSession


Return to top
 ⠀
X