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
Value Returned
|
The results database for the specified history entry is returned. |
||
|
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
Return to top