Main Content

matlabshared.targetsdk.PIL Class

Namespace: matlabshared.targetsdk

Processor-in-the-loop simulation configuration

Description

Use the PIL class to represent a processor-in-the-loop (PIL) simulation configuration.

MATLAB® produces an error if you attempt to map a PIL object or an ExternalMode object to a hardwareObject that has multiple IOInterface objects because the mapping request is ambiguous.

Creation

H = matlabshared.targetsdk.PIL(PILName) creates a PIL object H and sets the Name property to PILName.

Input Arguments

expand all

Name of PIL configuration that a target supports, specified as a character vector or string scalar.

This argument sets the Name property as a character vector.

Data Types: char | string

Properties

expand all

Name of PIL object, specified as a character vector or string scalar.

Data Types: char | string

Version History

Introduced in R2015a