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 »

DescriptionList all the available realtime modes
Usage
  • RtlabApi.HARD_SYNC_MODE
  • RtlabApi.SIM_MODE
  • RtlabApi.SOFT_SIM_MODE
  • RtlabApi.SIM_W_NO_DATA_LOSS_MODE
  • RtlabApi.SIM_W_LOW_PRIO_MODE
Elements
  • HARD_SYNC_MODE (0): Hardware synchronization mode (not available on WIN32 target). An I/O board with timer is required on the target.
  • SIM_MODE (1): Simulation as fast as possible mode.
  • SOFT_SIM_MODE (2): Software synchronization mode.
  • SIM_W_NO_DATA_LOSS_MODE (3): Not used anymore
  • SIM_W_LOW_PRIO_MODE (4): Simulation as fast as possible in low priority mode (available only on WIN32 target)
 ExamplesNone
Related ItemsGetModelState, Load
Modulesimport RtlabApi
  • No labels