axlGetRunOptionName
axlGetRunOptionName(x_runOption) =>t_runoptName/ nil
Description
Argument
Value Returned
Examples
Returns the name of run option for which run handle is set to runopth.
runopth = axlGetRunOption(x_mainSDB "Monte Carlo Sampling" "savemismatch")
=> 1035
axlGetRunOptionName( runopth )
=> "savemismatch"
Related Topics
Return to top