Main Content

target.ExecutionTool Class

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

expand all

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

expand all

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