getExternalMode
Class: soc.sdk.BoardSupport
Namespace: soc.sdk
Get the external mode configuration for the board support
Syntax
externalModeObjs = getExternalMode(boardSupportObj)
externalModeObjs = getExternalMode(boardSupportObj,"mapped")
externalModeObjs = getExternalMode(boardSupportObj,"mapped",hardwareObj)
externalModeObjs = getExternalMode(boardSupportObj,"unmapped")
externalModeObjs = getExternalMode(boardSupportObj,"reference")
externalModeObjs = getExternalMode(boardSupportObj,"name",name)
Description
returns all externalModeObjs
= getExternalMode(boardSupportObj
)soc.sdk.ExternalMode
objects mapped to
soc.sdk.BoardSupport
object or the
reference board support.
returns all the externalModeObjs
= getExternalMode(boardSupportObj
,"mapped")ExternalMode
objects mapped to
BoardSupport
object.
returns all externalModeObjs
= getExternalMode(boardSupportObj
,"mapped",hardwareObj
)ExternalMode
objects mapped to the
BoardSupport
object and soc.sdk.Hardware
object.
returns all externalModeObjs
= getExternalMode(boardSupportObj
,"unmapped")ExternalMode
objects only mapped to the reference board
support but that can be mapped to the BoardSupport
object.
returns all externalModeObjs
= getExternalMode(boardSupportObj
,"reference")ExternalMode
objects mapped to the reference board support
of the BoardSupport
object.
returns the externalModeObjs
= getExternalMode(boardSupportObj
,"name",name
)ExternalMode
object with Name
property
equal to the value of name
.
Input Arguments
Output Arguments
Version History
Introduced in R2019b