Main Content

removeProcessorCore

Class: soc.sdk.Hardware
Namespace: soc.sdk

Remove processor core from Hardware object

Since R2019b

Syntax

removeProcessorCore(hardwareObj,name)

Description

removeProcessorCore(hardwareObj,name) removes the soc.sdk.ProcessorCore object with the Name property from the soc.sdk.Hardware object.

Input Arguments

expand all

soc.sdk.Hardware object mapped to the soc.sdk.BoardSupport object.

Display name of processor core, specified as a string.

Example: "MyCore0"

Data Types: string | char

Version History

Introduced in R2019b