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

axlRunAllTestsWithCallback

axlRunAllTestsWithCallback( 
t_session 
t_mode 
t_callback 
) 
=> x_runid / nil 

Description

Starts a simulation run with all enabled tests and specifies a SKILL expression to call upon their completion.

Arguments

t_session

Session name.

t_mode

Run mode.
Valid values are:

  • Single Run, Sweeps and Corners
  • Sampling
  • Global Optimization
  • Local Optimization
  • Monte Carlo Sampling

t_callback

SKILL expression for callback.

Value Returned

x_runid

Run ID of the simulation.

nil

The command was unsuccessful.

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

axlCreateSession


Return to top
 ⠀
X