axlRunAllTestsWithCallback
axlRunAllTestsWithCallback(t_sessiont_modet_callback) =>x_runid/ nil
Description
Starts a simulation run with all enabled tests and specifies a SKILL expression to call upon their completion.
Arguments
Value Returned
Examples
The following example starts a simulation run for session data_session in mode Single Run, Sweeps and Corners.
axlRunAllTestsWithCallback( ( axlCreateSession "data_session" ) "Single Run, Sweeps and Corners" "( "printf(\"run complete\")" )
=> 1001
Related Topics
Return to top