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

asiGetAnalysisFieldVal

asiGetAnalysisFieldVal( 
o_analysis 
s_fieldName 
)
=> g_value / nil

Description

Gets the value of an analysis field from the environment.

Arguments

o_analysis

Specifies an analysis object.

s_fieldName

Name of the analysis field for which you want to get the value.

Value Returned

g_value

Returns the value for the given field.

nil

The field does not exist.

Examples

The following example gets the value of the from field for an analysis:

analysis = asiGetAnalysis( session 'tran )
asiGetAnalysisFieldVal( analysis 'from )

Related Topics

asiDisplayAnalysisField


Return to top
 ⠀
X