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 »
Description | List 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)
|
---|
Examples | None |
---|
Related Items | GetModelState, Load |
---|
Modules | import RtlabApi |
---|