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

axlGetRunMode

axlGetRunMode( 
x_hsdb 
t_mode 
) 
=> x_mode / nil 

Description

Returns a handle to the named run mode in the specified setup database.

Arguments

x_hsdb

Setup database handle.

t_mode

A valid run mode name.

You can get a list of valid run mode names using the axlGetRunModes function.

Value Returned

x_mode

Run mode handle.

nil

The command could not be run.

Examples

Retrieves a handle to Global Optimization run mode in the x_mainSDB setup database.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=>1001
axlGetRunMode( x_mainSDB "Global Optimization" )
=> 1058

Related Topics

axlReadResDB

axlRunAllTests

axlRunAllTestsWithCallback


Return to top
 ⠀
X