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

axlCloseSession

axlCloseSession( 
t_session 
) 
=> t / nil 

Description

Closes the specified session.

Arguments

t_session

Name of the ADE session you want to close.

Value Returned

t

The specified session is closed.

nil

The specified session is not closed.

Examples

Closes the session session0.

axlCloseSession( "session0" ) 
=>t

Return to top
 ⠀
X