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.

OP_MODEL_STATE

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

OPAL-RT TECHNOLOGIES, Inc. | 1751, rue Richardson, bureau 1060 | Montréal, Québec Canada H3K 1G6 | opal-rt.com | +1 514-935-2323