axlGetSessionLibName
axlGetSessionLibName(g_value) =>t_libName/ nil
Description
Returns the library name associated with the given session or setup database.
Arguments
Value Returned
|
Name of the library corresponding to the given session name. |
||
Examples
Returns the library name associated with a session by using the ADE session name.
session = axlGetWindowSession(hiGetCurrentWindow())
libName = axlGetSessionLibName(session
"ether_adc45n_sim"
Returns the library name associated with a session by using the handle to database of that session.
x_mainSDB= axlGetMainSetupDB(axlGetWindowSession(hiGetCurrentWindow()))
libName = axlGetSessionLibName(x_mainSDB)
"ether_adc45n_sim"
Related Topics
Return to top