axlSetRunOptionName
axlSetRunOptionName(x_runOptiont_runoptName) => t / nil
Description
Arguments
Value Returned
Examples
The following example sets a name for the given run option:
runopth = axlGetRunOption( x_mainSDB "Monte Carlo Sampling" "savemismatch")
=> 1048
axlSetRunOptionName( runopth "points" )
t
Related Topics
Return to top