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

maeDeleteExplorerHistory

maeDeleteExplorerHistory(
t_sessionName
t_historyName
)
=> t / nil

Description

Deletes the specified ADE Explorer history from the given maestro session.

You can delete only one history at a time.

Arguments

t_sessionName

Name of the maestro session for which the history is to be deleted.

t_historyName

Name of the ADE Explorer history to be deleted.

Value Returned

t

The specified history is deleted from the given maestro session.

nil

The specified history or session name is invalid.

Examples

Deletes the history ExplorerRun.0 from the maestro session fnxSession0.

maeDeleteExplorerHistory("fnxSession0" "ExplorerRun.0")
=> t

Return to top
 ⠀
X