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

axlNoSession

axlNoSession( 
[ w_window ]
) 
=> t / nil

Description

Returns t if there is no session in the current window.

Arguments

w_window

Name of the window.

Value Returned

t

There is no session in the current window.

nil

There is a session in the current window.

Examples

Specifies if there is any active session in the current window.

axlNoSession( )
=> t

Return to top
 ⠀
X