Main Content

target.SystemCommandExecutionTool Class

Namespace: target

Capture system command information to run target application from MATLAB computer

Since R2020b

Description

Use the target.SystemCommandExecutionTool to capture system command information that is required to run the target application from your development computer. Use this class to specify blocking commands. When MATLAB® runs a blocking command, MATLAB waits until the command is terminated.

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

Version History

Introduced in R2020b