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

asiSetFormFieldVal

asiSetFormFieldVal( 
r_form
s_fieldName
g_value
)
=> g_value / nil

Description

Sets 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.

g_value

Value for the field.

Value Returned

g_value

Returns the new value for the field.

nil

The field cannot be accessed.

Example

asiSetFormFieldVal( form ’RELTOL 1e-2 )

Sets the RELTOL field on the Simulator Options form to 1e-2.

Related Function

To set the value of a field on the Choosing Analyses form, see the asiSetAnalysisFieldVal function.


Return to top
 ⠀
X