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

maeRestoreHistory

maeRestoreHistory(
t_histName
[ ?session t_sessionName ] 
)
=> t / nil

Description

Restores the given history as the active setup.

If you restore a history saved from ADE Explorer into an ADE Assembler session, all the existing tests are removed and only a single test, pertaining to the history, is displayed.

Arguments

t_histName

Name of the history to be restored.

?session t_sessionName

Name of the Assembler session.

If not specified, the current session is used.

Value Returned

t

The specified history is restored as the active setup.

nil

The specified history is not restored.

Examples

Restores the setup from the history Interactive.1.

maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeRestoreHistory("Interactive.1")

Return to top
 ⠀
X