Main Content

getDeployer

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

Get deployers configured for a target

Since R2019b

Syntax

deployerObjs = getDeployer(boardSupportObj)
deployerObjs = getDeployer(boardSupportObj,"mapped")
deployerObjs = getDeployer(boardSupportObj,"mapped",hardwareObj)
deployerObjs = getDeployer(boardSupportObj,"unmapped")
deployerObjs = getDeployer(boardSupportObj,"reference")
deployerObjs = getDeployer(boardSupportObj,"name",deployerName)

Description

deployerObjs = getDeployer(boardSupportObj) returns all soc.sdk.Deployer objects mapped to soc.sdk.BoardSupport object or reference board support.

deployerObjs = getDeployer(boardSupportObj,"mapped") returns all the Deployer objects mapped to soc.sdk.BoardSupport object.

deployerObjs = getDeployer(boardSupportObj,"mapped",hardwareObj) returns all Deployer objects mapped to the soc.sdk.BoardSupport object and soc.sdk.Hardware object.

deployerObjs = getDeployer(boardSupportObj,"unmapped") returns all Deployer objects only mapped to the reference board support and that can be mapped to the soc.sdk.BoardSupport object.

deployerObjs = getDeployer(boardSupportObj,"reference") returns all Deployer objects mapped to the reference board support of the soc.sdk.BoardSupport object.

deployerObjs = getDeployer(boardSupportObj,"name",deployerName) returns the Deployer object, with Name property equal to the name argument, contained in 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.

soc.sdk.Hardware object mapped to the soc.sdk.BoardSupport object.

Name of the Name property of a Deployer object contained in the soc.sdk.BoardSupport object.

Example: "MyDeployer"

Data Types: string | char

Output Arguments

expand all

soc.sdk.Deployer object or cell array of Deployer objects.

Version History

Introduced in R2019b