target.SystemCommandExecutionTool - Capture system command information to run target application from MATLAB computer - MATLAB (original) (raw)

Main Content

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

Context to run the execution tool, specified as an emptytarget.ExecutionContext array (default) or atarget.SSHExecutionContext object.

Context to Run Tool Property Value Specified By Example
Over SSH Connection target.SSHExecutionContext object executionTool.RunsOn = target.ExecutionContext.SSH();
Locally (default) Empty target.ExecutionContext array executionTool.RunsOn = target.ExecutionContext.empty;

Attributes:

GetAccess public
SetAccess public

Value of the Name property.

Attributes:

GetAccess public
SetAccess private

Version History

Introduced in R2020b