Main Content

open

Class: target.ExecutionTool
Namespace: target

Open target application harness

Since R2021a

Syntax

errFlag = myExecutionTool.open()

Description

errFlag = myExecutionTool.open() opens the harness for the target application (that is managed by the associated execution tool) if the harness exists. An example of a target application harness is a simulator or debugger. The method returns an error flag.

Output Arguments

expand all

Outcome of the operation:

  • true –– Error occurred while opening application harness.

  • false –– Application harness opened or does not exist.

Version History

Introduced in R2021a