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
Value Returned
|
The string value representing the name of the history item is returned. |
||
|
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