maeEditSimulationOptions
maeEditSimulationOptions(
t_run
l_options
)
=> t / nil
Description
Edits the simulation options for the specified run.
Arguments
|
Name of the run for which the simulation options are to be edited. |
|
|
A list of name-value pairs of the simulation options to be edited for the run. |
Value Returned
Examples
Edits four simulation options for run Run.1.
optionsList = '( ("numberOfPoints" "30") ("variation" "Process") ("samplingMethod" "lds") ("seed" "12"))
maeEditSimulationOptions("Run.1" optionsList)
=> t
Related Topics
Return to top