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

asiDeleteAnalysisOption

asiDeleteAnalysisOption( 
o_analysis 
s_optionName 
) 
=> t / nil

Description

Deletes an analysis option.

Arguments

o_analysis

Analysis object with the option you want to delete.

s_optionName

Name of the analysis option to delete.

Value Returned

t

The option is deleted.

nil

The option does not exist.

Examples

The following example deletes the tranOpt1 analysis option from the tran analysis:

analysis = asiGetAnalysis(tool 'tran)
asiDeleteAnalysisOption(analysis 'tranOpt1)

Related Topics

asiDisplayAnalysisOption


Return to top
 ⠀
X