Main Content

unmap

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

Unmap features from a hardware board or the board support

Since R2019b

Syntax

unmap(boardSupportObj,hardwareObj)
unmap(boardSupportObj,hardwareObj,featureObj)
unmap(boardSupportObj,featureObj)

Description

unmap(boardSupportObj,hardwareObj) unmaps the specified soc.sdk.Hardware object from the soc.sdk.BoardSupport object.

unmap(boardSupportObj,hardwareObj,featureObj) unmaps a feature object from the specified Hardware object for the BoardSupport object.

unmap(boardSupportObj,featureObj) unmaps a feature object from the 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.

Feature objects include the soc.sdk.Deployer, soc.sdk.Profiler, soc.sdk.PIL, soc.sdk.OperatingSystem, and objects. The feature objects must be added to the soc.sdk.BoardSupport object using the respective addNew method, such as addNewProfiler, prior to mapping the feature.

Data Types: cell

Version History

Introduced in R2019b