メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

target.HostProcessExecutionTool クラス

名前空間: target

Capture system command information to run target application from MATLAB computer

Description

Use the target.HostProcessExecutionTool class to capture system command information that is required to run the target application from your development computer. Use this class to specify nonblocking commands. MATLAB® runs a nonblocking command in the background and does not wait for the termination of the command.

プロパティ

すべて展開する

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 empty target.ExecutionContext array (default) or a target.SSHExecutionContext object.

Context to Run ToolProperty ValueSpecified 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

バージョン履歴

R2020b で導入