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

asiDeleteAnalysisField

asiDeleteAnalysisField( 
o_analysis 
s_fieldName 
)
=> t / nil

Description

Deletes an analysis field from an existing analysis.

Arguments

o_analysis

Existing analysis object.

s_fieldName

Name of the analysis field to delete.

Value Returned

t

The analysis field is deleted.

nil

The field does not exist.

Examples

The following example deletes the by field from the existing transient analysis:

analysis = asiGetAnalysis(tool 'tran)
asiDeleteAnalysisField(analysis 'by)

Related Topics

asiDisplayAnalysisField


Return to top
 ⠀
X