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
Value Returned
Examples
The following example sets the to field to 10μ for a transient analysis:
asiSetAnalysisFormFieldVal( form 'tran 'to "10u")
Related Topics
Return to top