Main Content

removeExternalMode

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

Remove an external mode configuration from the board support

Syntax

removeExternalMode(targetObj,name)

Description

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

removeExternalMode(targetObj,name) removes the soc.sdk.ExternalMode object, with Name property equal to the 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 the ExternalMode object.

Example: "MyExternalMode"

Data Types: string | char

Version History

Introduced in R2019b