Main Content

isMapped

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

Identifies features mapped to the hardware

Since R2019b

Syntax

tf = isMapped(targetObj,hardwareObject,featureObj)

Description

tf = isMapped(targetObj,hardwareObject,featureObj) returns map status the feature object, featureObject is mapped to the soc.sdk.Hardware 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 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

Output Arguments

expand all

Status of a feature object as mapped to Hardware object.

Data Types: logical

Version History

Introduced in R2019b

See Also

| | |