maeRestoreHistory
maeRestoreHistory(t_histName[?sessiont_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
Value Returned
Examples
Restores the setup from the history Interactive.1.
maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeRestoreHistory("Interactive.1")
Return to top