Contenuto principale

removeDeployer

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

Remove deployer from the board support

Syntax

removeDeployer(boardSupportObj,name)

Description

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

removeDeployer(boardSupportObj,name) removes the Deployer object, with Name property equal to the name argument, 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 Deployer object contained in the soc.sdk.BoardSupport object.

Example: "MyDeployer"

Data Types: string | char

Version History

Introduced in R2019b