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
|
Name of the maestro session for which the ADE Explorer history names are to be listed. |
Value Returned
|
A list of names of ADE Explorer histories is displayed for the specified maestro session. |
|
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