Main Content
unmap
Class: soc.sdk.BoardSupport
Namespace: soc.sdk
Unmap features from a hardware board or the board support
Syntax
unmap(boardSupportObj,hardwareObj)
unmap(boardSupportObj,hardwareObj,featureObj)
unmap(boardSupportObj,featureObj)
Description
unmap(
unmaps the specified boardSupportObj
,hardwareObj
)soc.sdk.Hardware
object from the
soc.sdk.BoardSupport
object.
unmap(
unmaps a feature object from the specified boardSupportObj
,hardwareObj
,featureObj
)Hardware
object for the
BoardSupport
object.
unmap(
unmaps a feature object from the boardSupportObj
,featureObj
)BoardSupport
object.
Input Arguments
Version History
Introduced in R2019b