axlGetRunModes
axlGetRunModes(x_mainSDB) =>l_modes/ nil
Description
Returns a list of available run modes from the specified setup database.
Argument
Value Returned
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