asiSetAnalysisOptionVal
asiSetAnalysisOptionVal(o_analysis s_optionName g_value) =>g_value/nil
Description
Sets the value of an option in an analysis.
Arguments
|
Name of the analysis option for which you want to set the value. |
|
Value Returned
Examples
The following example sets the value of the lvltim
analysis option to 2:
asiSetAnalysisOptionVal( analysis 'lvltim "2" )
Related Topics
Return to top