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

maeGetAllExplorerHistoryNames

maeGetAllExplorerHistoryNames(
t_session
)
=> l_historyNames / nil

Description

Returns a list of names of all the ADE Explorer histories for the specified maestro session.

Arguments

t_session

Name of the maestro session for which the ADE Explorer history names are to be listed.

Value Returned

l_historyNames

A list of names of ADE Explorer histories is displayed for the specified maestro session.

nil

The specified maestro session name is invalid.

Examples

Returns a list of names of all the ADE Explorer histories for the session fnxSession0.

maeGetAllExplorerHistoryNames("fnxSession0")
=> list("ExplorerRun.0" "ExplorerRun.1")

Return to top
 ⠀
X