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

axlGetMainSetupDB

axlGetMainSetupDB( 
t_session 
) 
=> x_mainSDB / nil

Description

Returns a handle to the working setup database of the named session.

Arguments

t_session

ADE Session name.

Value Returned

x_mainSDB

Handle to the setup database.

nil

Unsuccessful operation.

Examples

Returns a handle to the setup database associated with the current session:

session = axlGetWindowSession()
=> 1001
axlGetMainSetupDB( session )
=> 1002

Using this handle to the database, you can now work with various objects of this database. For example, you can create or modify a test, change the values of variables, or create or modify corners.


Return to top
 ⠀
X