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 »
Description | Use these enum to specify the moment to transfer or retrieve extra files on model compilation or load. |
---|
Usage | - RtlabApi.PUT_BEFORE_COMPILATION
- RtlabApi.GET_AFTER_COMPILATION
- RtlabApi.PUT_BEFORE_LOAD
- RtlabApi.GET_AFTER_RESET
- RtlabApi.PUT_UNKNOWN
- RtlabApi.GET_UNKNOWN
|
---|
Elements | - PUT_BEFORE_COMPILATION (0): File is to be tranferred to target before model compilation.
- GET_AFTER_COMPILATION (1): File is to be retrieved from target after model compilation.
- PUT_BEFORE_LOAD (2): File is to be transferred to target before model load.
- GET_AFTER_RESET (3): File is to be retrieved from target after model reset.
- PUT_UNKNOWN (4): File is to be transferred but the moment is not set yet. For display purpose only. The user has not set the transfer time yet.
- GET_UNKNOWN (5): File is to be retrieved but the moment is not set yet. For display purpose only. The user has not set the transfer time yet.
|
---|
Examples | None |
---|
Related Items | AddExtraFile, GetExtraFiles, RemoveExtraFile |
---|
Modules | import RtlabApi |
---|