axlSetHistoryPrefixInPreRunTrigger
axlSetHistoryPrefixInPreRunTrigger (t_sessiont_historyPrefix) =>t_historyPrefix/ nil
Description
Sets a prefix to be used in the history name for a new run.
Arguments
Value Returned
Examples
Sets the history name before running a simulation.
session=axlGetWindowSession()
=> "session0"
axlSetHistoryPrefixInPreRunTrigger(session "newName") => "newName" axlRunSimulation()
Return to top