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

axlRestoreHistory

axlRestoreHistory(
t_session
x_historyEntry
)
=> t

Description

Sets the given history as the active setup in the given session.

Arguments

t_session

Name of session in which setup from the history is to be applied.

x_historyEntry

Setup database handle for a history item.

Value Returned

t

The specified history is set as the active setup.

nil

The specified history is not set as the active setup.

Examples

Sets the specified history as the active setup in the given session.

session = (axlGetWindowSession)
=> "session0"
main_sdb = axlGetMainSetupDB(session)
=> 1001
x_historyEntry=axlGetHistoryEntry(x_mainSDB "Interactive.1")
=> 1112
axlRestoreHistory(session x_historyEntry)
=> t

Return to top
 ⠀
X