メインコンテンツ

removeProfiler

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

Remove a profiler from the board support

Syntax

removeProfiler(boardSupportObj,name)

Description

Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.

removeProfiler(boardSupportObj,name) removes the soc.sdk.Profiler object, with Name property equal to the name argument, from 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.

A descriptive name assigned to the Name property of the Profiler object.

Example: "MyProfiler"

Data Types: string | char

Version History

Introduced in R2019b