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

axlRunAllTests

axlRunAllTests( 
t_session 
t_mode 
) 
=> x_runid / nil 

Description

Starts a run with all enabled tests.

Arguments

t_session

Session name.

t_mode

Specifies the run mode.
Valid values are:

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

Value Returned

x_runid

Run ID.

nil

The command could not be run.

Examples

The following example starts a run:

axlRunAllTests( "session0" "Single Run, Sweeps and Corners" )
=> 1

Related Topics

Starting a Simulation


Return to top
 ⠀
X