Main Content

matlabshared.targetsdk.PIL Class

Namespace: matlabshared.targetsdk
Superclasses:

Processor-in-the-loop simulation configuration

Description

A PIL object that represents a Processor-in-the-loop (PIL) simulation configuration.

An error is thrown if you attempt to map a PIL object or an ExternalMode object to a hardwareObject that has multiple IOInterface objects since the mapping request is ambiguous.

Construction

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

Input Arguments

expand all

Name of PIL configuration that a target supports, specified as a string. The default is ''.

Data Types: char

Properties

expand all

Name of PIL object, specified as a string.

Data Types: char

Version History

Introduced in R2015a