maeSetCurrentRunMode
maeSetCurrentRunMode( [?sessiont_sessionName] ?runModet_runModeName) => t / nil
Description
Updates the current run mode in ADE Assembler.
Arguments
Value Returned
Examples
Sets Fault Simulation as the current run mode.
maeSetCurrentRunMode(?runMode "Fault Simulation")
=> t
Return to top