asiSetFormFieldVal
asiSetFormFieldVal(r_form s_fieldName g_value) =>g_value/ nil
Description
Sets the value of a field on a form.
Arguments
|
Form containing the field. The form can be one of the following: |
|
Value Returned
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