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

axlGetSessionFromSetupDB

axlGetSessionFromSetupDB( 
x_hsdb 
) 
=> t_sessionName / nil

Description

Determines the session associated with the provided setup database handle.

Arguments

x_hsdb

Determines the session associated with the handle to a setup database.

Value Returned

t_sessionName

The session associated with given provided setup database handle is returned.

nil

Indicates an error.

Examples

Returns the name of the session associated with the setup database handle 1001.

db=axlGetMainSetupDB("session0")
1001
axlGetSessionFromSetupDB(db)
=> "session0"

Return to top
 ⠀
X