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

axlGetHistoryResults

axlGetHistoryResults( 
x_history 
) 
=> t_results / nil 

Description

Gets the results database from a history entry. This function calls axlGetResultsLocation to get the results location.

Argument

x_history

Handle to a history entry

Value Returned

t_results

The results database for the specified history entry is returned.

nil

The results database for the specified history entry is not returned.

Examples

Returns the results database from the specified history entry.

data_session = axlCreateSession( "data_session" )
design_data = axlRunAllTestsWithCallback( data_session "Single Run, Sweeps and Corners" "( callbackProcedure )" )

axlGetHistoryResults( axlGetRunData( data_session design_data ) )
=> "Interactive.0.rdb"

Related Topics

axlCreateSession

axlRunAllTestsWithCallback

axlGetResultsLocation


Return to top
 ⠀
X