target.SystemCommandExecutionTool class

Package: target

Capture system command information to run target application from MATLAB computer

Description

Use the target.SystemCommandExecutionTool to capture system command information that is required to run the target application from your development computer.

Properties

expand all

Name of the execution tool.

Attributes:

GetAccess
public
SetAccess
public

A target.Command object that provides a system command for running the application. The command in the list starts the application process.

This property must not be empty.

Attributes:

GetAccess
public
SetAccess
public

A target.Command object that provides a system command to stop the application execution.

Attributes:

GetAccess
public
SetAccess
public

Value of the Name property.

Attributes:

GetAccess
public
SetAccess
private
Introduced in R2020b