Main Content

addNewPIL

Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk

Add processor-in-the-loop simulation configuration to target

Syntax

pilObj = addNewPIL(targetObj,pilName)

Description

pilObj = addNewPIL(targetObj,pilName) creates a PIL object and adds the object to the Target object.

Input Arguments

expand all

Target object that references the Target being developed.

A descriptive name assigned to the Name property of the PIL object.

Example: 'MyPILImplementation'

Data Types: char

Output Arguments

expand all

PIL object that references the processor-in-the-loop specification and libraries.

Version History

Introduced in R2015a