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 »

DescriptionUse this enumeration to determine the amount of information that is displayed in the log window during execution. Setting the value from OP_MINIMAL_DISPLAY to OP_EXHAUSTIVE_DISPLAY enables you to retrieve much information, such as communications and IO initialisation, that can be used to debug an expected model behaviour.
Usage
  • RtlabApi.OP_MINIMAL_DISPLAY
  • RtlabApi.OP_MODERATE_DISPLAY
  • RtlabApi.OP_DETAILED_DISPLAY
  • RtlabApi.OP_EXHAUSTIVE_DISPLAY
Elements
  • OP_MINIMAL_DISPLAY (1): Minimal messages.
  • OP_MODERATE_DISPLAY (2): Moderate messages.
  • OP_DETAILED_DISPLAY (3): Detailed messages.
  • OP_EXHAUSTIVE_DISPLAY (4): Exhaustive messages.
 ExamplesNone
Related ItemsOP_ATTRIBUTE
Modulesimport RtlabApi
  • No labels