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 Next »

Group

Model Preparation
Description

Clean model directory on targets. All intermediate files and folder are removed.

Required Control

System control
Usage

option = RtlabApi.OP_MODEL_CLEAN_TARGET_COMPILE
RtlabApi.ModelClean (option);

Input
  • option: Parameters to use when cleaning the model directory. See OP_MODEL_CLEAN_DEFINE for more information.

Output

None

Exception
  • EOK: Command successfully issued (See Description for more information).
  • EPERM: System control was not granted to this client.
  • EBUSY: Model executables already loaded.
  • EBADF: Model not specified by previous OpalConnect or OpalSetCurrentModel.
  • EIO: Error sending the request or receiving the reply.
  • EINVAL: This operation is not supported on the specified target platform.
ExamplesNone
Related ItemsOP_MODEL_CLEAN_DEFINE.
Modulesimport RtlabApi
  • No labels