extmodeSetFinalSimulationTime
Set final simulation time in external mode platform abstraction layer
Description
errorCode = extmodeSetFinalSimulationTime(finalTime);
In the main function of your external mode target application,
                before extmodeInit, you can call
                    extmodeSetFinalSimulationTime to set the final simulation
                time if:
- You do not want to use - extmodeParseArgs.
- Your target hardware does not support parsing of command-line arguments but you want to override - StopTimefrom the target application.
extmodeGetFinalSimulationTime and
                    extmodeSetFinalSimulationTime are complementary
                functions.
Input Arguments
Output Arguments
Version History
Introduced in R2018a