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

axlReadHistoryResDB

axlReadHistoryResDB( 
t_historyName 
[ ?session t_sessionName ]
) 
=> h_ResultsDBObj / nil 

Description

Returns a handle to the results database saved with the specified history.

This handle is similar to the handle that is returned by the axlReadResDB function, You can use this handle to access various database objects in the result. For more details, refer to axlReadResDB.

Arguments

t_historyName

Name of the history.

?session t_sessionName

Name of the session.

Value Returned

h_ResultsDBObj

Handle to the results database.

nil

The command was unsuccessful.

Examples

The following code returns a handle rdbHandle to the results database for a history named CornerResults:

sess=axlGetWindowSession(window(3))
rdbHandle=axlReadHistoryResDB("CornerResults" ?session sess)
=>axlrdb@0x1949a418

Return to top
 ⠀
X