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

maeGetSessions

maeGetSessions()
=> l_sessionNames / nil

Description

Returns an alphanumerically sorted list of ADE Explorer or ADE Assembler sessions that are currently open.

You can use the session names returned by this function in other functions, such as maeSaveSetup or maeGetSetup.

Arguments

None

Value Returned

l_sessionNames

List of alphanumerically sorted ADE Explorer or ADE Assembler sessions that are currently open.

nil

The list of sessions is not returned.

Examples

Returns the list of valid ADE Explorer and ADE Assembler sessions that are currently active.

maeGetSessions()
=> ("fnxSession0" "fnxSession1" "fnxSession2" "fnxSession3" "fnxSession4" "fnxSession5" "fnxSession6" "fnxSession7" "fnxSession8" "fnxSession9" "fnxSession10" "fnxSession11")

Return to top
 ⠀
X