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

axlGetSessionWindowNumber

axlGetSessionWindowNumber( 
t_sessionName 
) 
=> x_number / nil

Description

Returns a unique integer representing a number corresponding to a given session name.

This function is applicable only when the cellview is opened in the GUI mode. The window number returned by this function is the number displayed in the lower left corner of the window.

Arguments

t_sessionName

Name of the ADE session.

Value Returned

x_number

The unique integer representing a number corresponding to the given session name is returned.

nil

Indicates an error.

Examples

Returns the session ID for the session corresponding to the current window.

sessionNum = axlGetSessionWindowNumber(axlGetWindowSession())
=> 1

Related Topics

axlGetWindowSession


Return to top
 ⠀
X