Contenido principal

removePIL

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

Delete PIL configuration from the BoardSupport object

Syntax

removePIL(boardSupportObj,name)

Description

Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.

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