主要内容

getDisplayName

Get the display name of the hardware

Syntax

displayName = getDisplayName(boardSupportObj,hardwareObj)

Description

displayName = getDisplayName(boardSupportObj,hardwareObj) returns a the display name of the soc.sdk.Hardware object mapped to the soc.sdk.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.

Output Arguments

expand all

Display name to assign to the soc.sdk.Hardware object and features mapped to the soc.sdk.BoardSupport object.

Example: 'MyHardwareBoard'

Data Types: char

Version History

Introduced in R2015a