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

asiGetAnalysisField

asiGetAnalysisField( 
o_analysis 
s_fieldName 
)  
=> o_fieldEnvVar / nil

Description

Returns the specified analysis field object.

Arguments

o_analysis

The analysis object for which you want the field object.

s_fieldName

Handle to this field within a form. It may be referenced as formHandle->hiFieldSym.

Value Returned

o_fieldEnvVar

Object of field environment variable.

nil

Returns nil if no analysis field is present.

Examples

Gets the tran analysis, stop field object.

analysis = asiGetAnalysis( session 'tran )
asiGetAnalysisField( analysis 'stop )

Return to top
 ⠀
X