Main Content

removePIL

Class: soc.sdk.BoardSupport
Namespace: soc.sdk

Delete PIL configuration from the BoardSupport object

Since R2019b

Syntax

removePIL(boardSupportObj,name)

Description

removePIL(boardSupportObj,name) removes the soc.sdk.PIL object, with Name property equal to name, from the soc.sdk.BoardSupport object.

Input Arguments

expand all

BoardSupport object, specified as an soc.sdk.BoardSupport object, defines a hardware board that you can use with the SoC Blockset™ features.

Name assigned to the Name property of a PIL object available in the soc.sdk.BoardSupport object.

Example: "MyPILImplementation"

Data Types: string | char

Version History

Introduced in R2019b