target.ExecutionTool - MATLAB service interface for tool that manages application execution on target
hardware - MATLAB ([original](https://in.mathworks.com/help/ecoder/ref/target.executiontool-class.html)) ([raw](?raw))
Main Content
Namespace: target
MATLAB service interface for tool that manages application execution on target hardware
Since R2021a
Description
Use the target.ExecutionTool
class to provide a MATLABĀ® service interface for a tool that manages the application execution on the target hardware.
Properties
Name of application to run on target hardware, which is set by MATLAB at runtime.
Attributes:
GetAccess | public |
---|---|
SetAccess | public |
Command-line arguments for the target application, which is set by MATLAB at runtime.
Attributes:
GetAccess | public |
---|---|
SetAccess | public |
Provide connection details.
Attributes:
GetAccess | public |
---|---|
SetAccess | public |
Methods
Examples
Use target.ExecutionTool
to Manage Application Execution
For an example that uses the target.ExecutionTool
class to manage the application execution on the target hardware, see Use Debugger for PIL Target Connectivity.
Version History
Introduced in R2021a