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

axlGetRunModes

axlGetRunModes( 
x_mainSDB 
) 
=> l_modes / nil 

Description

Returns a list of available run modes from the specified setup database.

Argument

x_mainSDB

Setup database handle.

Value Returned

l_modes

List of handle to run modes and the run mode names.

nil

The command could not be run.

Examples

Get a list of all the available run modes:

axlGetRunModes( x_mainSDB )
=> (1182
("Local Optimization" "Global Optimization" "Monte Carlo Sampling" "Improve Yield" "High Yield Estimation" "Sensitivity Analysis" "Create Worst Case Corners" "Single Run, Sweeps and Corners" "Size Over Corners" )


Return to top
 ⠀
X