Main Content

addNewDeployer

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

Add new deployer to board support object

Since R2019b

Syntax

deployerObj = addNewDeployer(boardSupportObj,name)

Description

deployerObj = addNewDeployer(boardSupportObj,name) creates and adds deployerObj, an soc.sdk.Deployer object, to boardSupportObj, an 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 for the Deployer object, specified as a character vector. The method assigns this value to the Name property of the Deployer object, deployerObj.

Example: "MyDeployer"

Data Types: string | char

Output Arguments

expand all

Deployer object, returned as an soc.sdk.Deployer object. This object references the deployment configuration and tools.

Version History

Introduced in R2019b