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 | Gives 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.
|
---|
Examples | None |
---|
Related Items | Connect, ConnectByName, GetModelState. |
---|
Modules | import RtlabApi |
---|