Main Content

removeDeployer

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

Remove deployer from the board support

Since R2019b

Syntax

removeDeployer(boardSupportObj,name)

Description

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