getDeployer
Class: soc.sdk.BoardSupport
Namespace: soc.sdk
Get deployers configured for a target
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
returns all deployerObjs
= getDeployer(boardSupportObj
)soc.sdk.Deployer
objects mapped to
soc.sdk.BoardSupport
object or
reference board support.
returns all the deployerObjs
= getDeployer(boardSupportObj
,"mapped")Deployer
objects mapped to
soc.sdk.BoardSupport
object.
returns all deployerObjs
= getDeployer(boardSupportObj
,"mapped",hardwareObj
)Deployer
objects mapped to the
soc.sdk.BoardSupport
object and soc.sdk.Hardware
object.
returns all deployerObjs
= getDeployer(boardSupportObj
,"unmapped")Deployer
objects only mapped to the reference board support
and that can be mapped to the soc.sdk.BoardSupport
object.
returns all deployerObjs
= getDeployer(boardSupportObj
,"reference")Deployer
objects mapped to the reference board support of
the soc.sdk.BoardSupport
object.
returns the deployerObjs
= getDeployer(boardSupportObj
,"name",deployerName
)Deployer
object, with Name
property
equal to the name
argument, contained in the
soc.sdk.BoardSupport
object.
Input Arguments
Output Arguments
Version History
Introduced in R2019b