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

axlGetRunOptionName

axlGetRunOptionName( 
x_runOption 
) 
=> t_runoptName / nil 

Description

Returns the run option name.

Argument

x_runOption

Handle to the run option.

Value Returned

t_runoptName

Run option name.

nil

The command was unsuccessful.

Examples

Returns the name of run option for which run handle is set to runopth.

runopth = axlGetRunOption(x_mainSDB "Monte Carlo Sampling" "savemismatch")
=> 1035
axlGetRunOptionName( runopth )
=> "savemismatch"

Related Topics

Run option handle

axlGetRunOption

axlPutRunOption


Return to top
 ⠀
X