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

asiGetAnalysisOptionVal

asiGetAnalysisOptionVal( 
o_analysis 
s_optionName 
)
=> g_value / nil

Description

Gets the value for the given option in an analysis.

Arguments

o_analysis

Specifies an analysis object.

s_optionName

Name of the option for which you want to get the value.

Value Returned

g_value

Returns the value for the analysis option.

nil

The option does not exist.

Examples

The following example returns the value for the delmax analysis option:

asiGetAnalysisOptionVal( analysis 'delmax )

Related Topics

asiDisplayAnalysisOption

asiGetAnalysis


Return to top
 ⠀
X