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

Version 1 Next »

DescriptionGives the state of the model.
Usage
  • RtlabApi.MODEL_NOT_CONNECTED
  • RtlabApi.MODEL_NOT_LOADABLE
  • RtlabApi.MODEL_COMPILING
  • RtlabApi.MODEL_LOADABLE
  • RtlabApi.MODEL_LOADING
  • RtlabApi.MODEL_RESETTING
  • RtlabApi.MODEL_LOADED
  • RtlabApi.MODEL_PAUSED
  • RtlabApi.MODEL_RUNNING
  • RtlabApi.MODEL_DISCONNECTED
Elements
  • MODEL_NOT_CONNECTED (0): No connected model.
  • MODEL_NOT_LOADABLE (1): Model has not been compiled.
  • MODEL_COMPILING(2): Model is compiling.
  • MODEL_LOADABLE (3): Model has been compiled and is ready to load.
  • MODEL_LOADING(4): Model is loading.
  • MODEL_RESETTING(5): Model is resetting.
  • MODEL_LOADED (6): Model loaded on target.
  • MODEL_PAUSED (7): Model is loaded and paused on target.
  • MODEL_RUNNING (8): Model is loaded and executed on the target.
  • MODEL_DISCONNECTED (9): Model is disconnected.
 ExamplesNone
Related ItemsConnect, ConnectByName, GetModelState.
Modulesimport RtlabApi
  • No labels