maeCopySimulationOptions
maeCopySimulationOptions(t_srcRun[ ?destRunt_destRun] | [ ?allg_all] [ ?sessiont_session] ) => t / nil
Description
Copies the simulation options from the source run to the destination run. Different run modes have different simulation options, therefore, It is mandatory that the source and destination runs have the same run mode. Otherwise, the function reports an error.
Arguments
Value Returned
Examples
Copies the simulation options from Run.0 to Run.1:
maeCopySimulationOptions("Run.0" ?destRun "Run.1")
=> t
Copies the simulation options from Run.0 to all other runs that have the same run mode as that of Run.0:
maeCopySimulationOptions("Run.0" ?all t)
=> t
Related Topics
Return to top