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

DescriptionUse these enum to specify the moment to transfer or retrieve extra files on model compilation or load.
Usage
  • RtlabApi.PUT_BEFORE_COMPILATION
  • RtlabApi.GET_AFTER_COMPILATION
  • RtlabApi.PUT_BEFORE_LOAD
  • RtlabApi.GET_AFTER_RESET
  • RtlabApi.PUT_UNKNOWN
  • RtlabApi.GET_UNKNOWN
Elements
  • PUT_BEFORE_COMPILATION (0): File is to be tranferred to target before model compilation.
  • GET_AFTER_COMPILATION (1): File is to be retrieved from target after model compilation.
  • PUT_BEFORE_LOAD (2): File is to be transferred to target before model load.
  • GET_AFTER_RESET (3): File is to be retrieved from target after model reset.
  • PUT_UNKNOWN (4): File is to be transferred but the moment is not set yet. For display purpose only. The user has not set the transfer time yet.
  • GET_UNKNOWN (5): File is to be retrieved but the moment is not set yet. For display purpose only. The user has not set the transfer time yet.
 ExamplesNone
Related ItemsAddExtraFile, GetExtraFiles, RemoveExtraFile
Modulesimport RtlabApi
  • No labels