map
Class: soc.sdk.BoardSupport
Namespace: soc.sdk
Map a board support feature to the hardware board
Syntax
map(boardSupportObj,hardwareObj,displayName)
map(boardSupportObj,hardwareObj,featureObj)
map(boardSupportObj,hardwareObj,featureObject,IOInterfaceName)
map(boardSupportObj,featureObj)
Description
map(
               maps a boardSupportObj,hardwareObj,displayName)soc.sdk.Hardware object to the
                    soc.sdk.BoardSupport object with a
               display name of displayName. Saving the soc.sdk.BoardSupport object, using
               the save function, adds the displayName as
               a new entry to the Hardware board selection in the Simulation-on-Chip tab. If the
                    hardwareObj and displayName arguments
               are cell arrays of objects, then each display name adds a new unique entry to the Hardware board selection for the corresponding hardware board.
map(
               maps a feature of the boardSupportObj,hardwareObj,featureObj)BoardSupport object to the
                    Hardware object. Saving a BoardSupport object,
               using the save function, enables the mapped features in the
                    Simulink® configuration parameters for your hardware board.
map(
               maps a feature object of the boardSupportObj,hardwareObj,featureObject,IOInterfaceName)BoardSupport object to a
                    Hardware object. The feature object will use the I/O interface,
                    EthernetInterface or SerialInterface, of the
                    Hardware object with the Name property
               equal to IOInterfaceName.
map(
               maps a feature object from the referenced board support to the
                    boardSupportObj,featureObj)BoardSupport object.
Input Arguments
Version History
Introduced in R2019b