Group | Model Preparation |
---|---|
Description | Starts the compilation steps, which separate the subsystems, generates the code and compiles each subsystem. This function enables you to specify:
Compilation continues after this function has returned with a return code of EOK. You must call DisplayInformation to get the compilation results and the compilation termination status. You may call AbortCompile during the operation to stop the model's compilation. You must call RegisterDisplay to register to receive status and compilation messages. |
Required Control | System Control |
Usage | subsystemInfo1 = (subsystemName1, subsystemOptions1) subsystemInfo2 = (subsystemName2, subsystemOptions2) .... compilationInfo = ( subsystemInfo1, subsystemInfo2, ...) RtlabApi.StartCompile2 (compilationInfo) |
Input |
|
Output | None |
Exception |
|
Examples | None |
Related Items | AbortCompile, DisplayInformation, OP_COMPILATION_DEFINE. |
Modules | import RtlabApi |
Documentation Home Page ◇ RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.
General
Content
Integrations
App links