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

axlIsValidAXLSession

axlIsValidAXLSession(
t_session
) 
=> t / nil

Description

Checks the validity of the specified session.

Arguments

t_session

Name of the ADE session to be validated.

Value Returned

t

The specified session exists.

nil

The specified session does not exist.

Examples

Indicates that the specified session, session1, is valid.

session=axlGetWindowSession()
=> "session1"
axlIsValidAXLSession(session)
=> t

Return to top
 ⠀
X