Main Content
RT.Executable
Description
An RT.Executable
object represents an executable in the real-time
kernel.
Creation
Use the loadExecutable
function to load an executable in the real-time kernel. Typically, an executable is created by
loading the compiled model. It is unusual to load directly by calling
RT.Executable
or loadExecutable
.
Properties
Object Functions
loadExecutable | Load executable into real-time kernel |
Examples
Version History
Introduced in R2023b
See Also
SLDRT.run
| SLDRT.RunStatus
| stop
| wait
| RT.Kernel
| createTimer
| RT.Timer
| loadExecutable
| loadDriver
| RT.Driver
| RT.DriverImage