axlSetMainSetupDBLCV
axlSetMainSetupDBLCV(t_session t_libName t_cellName t_viewName[?modet_mode] ) =>x_mainSDB/ nil
Description
Sets the working setup database for a given session to the setup database specified by the given library, cell, or view.
This function is useful in pointing to an existing database after you create a new session.
Arguments
Value Returned
Examples
Creates a new session, session0, and sets up a database to the existing database for the adexl view of the myCell cell in the myLib library.
axlCreateSession("session0")
x_mainSDB=axlSetMainSetupDBLCV("session0" "myLib" "myCell" "adexl" ?mode "r")
Note: Only read-only access has been provided to the setup DB.
Return to top