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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

DescriptionDefines the options to be used when cleaning a model directory. These defines should be used when using the ModelClean.
Usage
  • RtlabApi.OP_MODEL_CLEAN_TARGET_COMPILE
  • RtlabApi.OP_MODEL_CLEAN_TARGET_RUN


See Elements

Elements
  • OP_MODEL_CLEAN_TARGET_COMPILE (2): Clean model directory on the development node. The model does not have to be recompiled to be able to load it. All files have to be transferred again on the development node in order to compile the model.



Note: This option has no effect on WIN32 target platform.



  • OP_MODEL_CLEAN_TARGET_RUN (4): Clean model directory on the assigned target node. All log, data and binary files will be removed. The model does not have to be recompiled to be able to load it.



Note: This option has no effect on WIN32 target platform.


 ExamplesNone
Related ItemsOpalModelClean
Modulesimport RtlabApi
  • No labels