axlSetMainSetupDB
axlSetMainSetupDB(t_sessiont_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
|
Path to a setup database file located in the cellview. The setup database is typically named as |
Value 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
Return to top