Main Content

soc.sdk.PIL Class

Namespace: soc.sdk

Processor-in-the-loop simulation configuration

Since R2019b

Description

A PIL object that represents a Processor-in-the-loop (PIL) simulation configuration. When mapped to an soc.sdk.BoardSupport object, the supported hardware board can use PIL simulation in Simulink®.

Note

The PIL object can only map to a single IOInterface object.

Creation

pilObj = soc.sdk.PIL(name) creates a so.sdk.PIL object.

Input Arguments

expand all

Name of PIL configuration that can be used by the board support.

Data Types: string | char

Properties

expand all

Name of PIL object.

Data Types: char

Version History

Introduced in R2019b