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

axlCommitSetupDB

axlCommitSetupDB( 
x_hsdb 
) 
=> x_database

Description

Saves the setup database file, for instance, the maestro.sdb or data.sdb file.

This function does not save the test states file. Ensure that you use this function only when you need to save the setup database, else use the axlSaveSetup or maeSaveSetup function.

Arguments

x_hsdb

Setup database handle

Value Returned

x_database

The setup database handle for the saved setup database file is returned.

Examples

Returns the setup database handle for the saved setup database file.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlCommitSetupDB( data_sdb )
=> 1002

Related Topics

axlCreateSession

axlSetMainSetupDB


Return to top
 ⠀
X