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

maeIsValidMaestroSession

maeIsValidMaestroSession(
t_sessionName 
)
=> t / nil

Description

Confirms if the given session is valid for ADE Explorer or ADE Assembler.

Arguments

t_sessionName

Session name to be validated.

Value Returned

t

The specified session is a valid ADE Explorer or ADE Assembler session.

nil

The specified session is not valid.

Examples

Specifies that the session fnxSession0 is valid.

maeIsValidMaestroSession("fnxSession0")
=> t

Return to top
 ⠀
X