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

axlSetRunOptionName

axlSetRunOptionName( 
x_runOption 
t_runoptName 
) 
=> t / nil 

Description

Sets the run option name.

Arguments

x_runOption

Run option handle.

t_runoptName

Run option name.

Value Returned

t

Run option name was set.

nil

The command was unsuccessful.

Examples

The following example sets a name for the given run option:

runopth = axlGetRunOption( x_mainSDB "Monte Carlo Sampling" "savemismatch")
=> 1048
axlSetRunOptionName( runopth "points" )
t

Related Topics

axlGetRunOption

axlGetRunOptionName

axlGetRunOptions


Return to top
 ⠀
X