maeGetCurrentRunMode
maeGetCurrentRunMode( [ ?sessiont_sessionName] [ ?runt_runName] [ ?Abbreviationsg_abbreviation] ) =>t_runModeName/ nil
Description
Returns the name of the run mode set in the given session or the given run.
Arguments
Value Returned
|
Name of the run mode set in the given session or the given run. |
||
Examples
Returns the run mode for the current session.
maeGetCurrentRunMode()
=> "Single Run, Sweeps and Corners"
Returns the run mode for a specific run in the current session.
maeGetCurrentRunMode(?run "Run.1")
=> "Monte Carlo"
Return to top