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

axlGetHistoryName

axlGetHistoryName( 
x_historyEntry 
) 
=> t_historyName / nil 

Description

Returns the name of the history item that holds the data for the latest simulation run.

Arguments

x_historyEntry

Integer argument representing the history entry.

Value Returned

t_historyName

The string value representing the name of the history item is returned.

nil

The string value representing the name of the history item is not returned.

Examples

Returns the name of the history item that holds the data for the latest simulation run.

axlGetHistoryName( axlGetCurrentHistory( "session0" ) ) 
=> "Interactive.0"

Return to top
 ⠀
X