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

axlGetSessionLibName

axlGetSessionLibName( 
g_value 
) 
=> t_libName / nil

Description

Returns the library name associated with the given session or setup database.

Arguments

g_value

Name of the ADE session or handle to the setup database.

Value Returned

t_libName

Name of the library corresponding to the given session name.

nil

Unsuccessful operation.

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

axlGetMainSetupDB

axlGetWindowSession


Return to top
 ⠀
X