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

asiGetAnalysisFormFieldVal

asiGetAnalysisFormFieldVal( 
r_form 
s_analysisName 
s_fieldName 
)
=> g_fieldValue / nil

Description

Returns the value of a field in the Choosing Analyses form. This procedure can be used within the asiCheck method to get the values of analysis fields from the form for subsequent value checking. You can also use this procedure in an expression that controls whether a field is displayed in the form.

Arguments

r_form

Form containing the analysis field.

s_analysisName

Name of the analysis.

s_fieldName

Name of the analysis field.

Value Returned

g_fieldValue

Returns the value for a field on the Choosing Analyses form.

nil

The field does not exist.

Examples

The following example shows how you might use the asiGetAnalysisFormFieldVal function to get the value of the incrType field (for an ac analysis) within the display expression for the lin field. In this example, the lin field is displayed on the form only when incrType is "Linear".

Related Topics

asiGetAnalysisFieldVal

asiCheck


Return to top
 ⠀
X