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

asiSetAnalysisOptionVal

asiSetAnalysisOptionVal( 
o_analysis 
s_optionName 
g_value 
)
=> g_value / nil

Description

Sets the value of an option in an analysis.

Arguments

o_analysis

Specifies an analysis object.

s_optionName

Name of the analysis option for which you want to set the value.

g_value

Value for the analysis option.

Value Returned

g_value

Returns the new value for the analysis option.

nil

The option does not exist.

Examples

The following example sets the value of the lvltim analysis option to 2:

asiSetAnalysisOptionVal( analysis 'lvltim "2" )

Related Topics

asiDisplayAnalysisOption


Return to top
 ⠀
X