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 this enumeration to define the type of actions to perform on the model when a number of overruns are detected.
Usage
  • RtlabApi.OP_MODEL_CONTINUE_ON_OVERRUNS
  • RtlabApi.OP_MODEL_STOP_ON_OVERRUNS
  • RtlabApi.OP_MODEL_PAUSE_ON_OVERRUNS
Elements
  • OP_MODEL_CONTINUE_ON_OVERRUNS(0): When overruns are detected, no specific action is performed.
  • OP_MODEL_STOP_ON_OVERRUNS (1): When a number of overruns is reached, the model stops. The number of overruns is determined by the ATT_DETECT_OVERRUNS settings.
  • OP_MODEL_PAUSE_ON_OVERRUNS(2): When a number of overruns is reached, the model pauses. The number of overruns is determined by the ATT_DETECT_OVERRUNS settings.
 ExamplesNone
Related ItemsOP_ATTRIBUTE
Modulesimport RtlabApi
  • No labels