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

axlViewHistoryResults

axlViewHistoryResults(
t_session
x_hsdb
)
=> t

Description

Display the results for the specified history item on the Results tab of the given session.

Arguments

t_session

Name of session in which the results should be displayed.

x_hsdb

Setup database handle for a history item.

Value Returned

t

The results for the specified history item are displayed in the Results tab.

Examples

Displays the results for the specified history item on the Results tab.

session = (axlGetWindowSession)
=> "session0"
main_sdb = axlGetMainSetupDB(session)
first_history_sdb = axlGetHistoryEntry(main_sdb caadr( axlGetHistory(
main_sdb)))
axlViewHistoryResults(session first_history_sdb)

Return to top
 ⠀
X