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

asiGetFormFieldVal

asiGetFormFieldVal( 
r_form 
s_fieldName 
)
=> g_value / nil

Description

Gets the value of a field on a form.

Arguments

r_form

Form containing the field. The form can be one of the following:

  • Environment options
  • Simulator options
  • Keep options
  • Analysis options

s_fieldName

Name of the field.

Value Returned

g_value

Returns the value of the field.

nil

The field cannot be accessed.

Examples

asiGetFormFieldVal( form ’RELTOL )

Gets the value of the RELTOL field on the Simulator Options form.

To get the value of a field on the Choosing Analyses form, see the asiGetAnalysisFormFieldVal function.


Return to top
 ⠀
X