axlRunSimulation
axlRunSimulation([ ?sessiont_session][ ?callbackt_callback] ) =>x_runid/ nil
Description
Starts a simulation run of all enabled tests and specifies a SKILL expression to call upon completion.
Arguments
Value Returned
Examples
The following example runs simulation for all enabled tests in the current session.
axlRunSimulation()
=> 1001
In the following example, the tool runs simulation for all enabled tests in the current session. After the simulation is complete, the function will also execute the callback script provided by the callback argument.
axlRunSimulation( ?session "session0" ?callback "printf(\"Run Complete\")")
=> 1001
Related Topics
Return to top