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

asiSetAnalysisFormFieldVal

asiSetAnalysisFormFieldVal( 
r_form 
s_analysisName 
s_fieldName 
g_value 
)
=> g_value / nil

Description

Sets the value of a field on the Choosing Analyses form.

Arguments

r_form

Form containing the analysis fields.

s_analysisName

Name of the analysis.

s_fieldName

Name of the analysis field.

g_value

Value for the analysis field.

Value Returned

g_value

Returns the new value for the analysis field.

nil

The field cannot be accessed.

Examples

The following example sets the to field to 10μ for a transient analysis:

asiSetAnalysisFormFieldVal( form 'tran 'to "10u")

Related Topics

asiSetAnalysisFormFieldVal

asiGetAnalysis


Return to top
 ⠀
X