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

asiSetAnalysisFieldVal

asiSetAnalysisFieldVal( 
o_analysis 
s_fieldName 
g_value 
)
=> g_value / nil

Description

Sets the value for a field of an analysis.

Arguments

o_analysis

Specifies an analysis object.

s_fieldName

Name of the field for which you want to set the value.

g_value

Value for the field.

Value Returned

g_value

Returns the new value for the analysis field.

nil

The field does not exist.

Examples

The following example sets the from field to 5n:

analysis = asiGetAnalysis(session 'tran)
asiSetAnalysisFieldVal( analysis 'from "5n" )

Related Topics

asiDisplayAnalysisField

asiGetAnalysis


Return to top
 ⠀
X