Main Content

removeBuildConfiguration

Class: soc.sdk.Toolchain
Namespace: soc.sdk

Delete build configuration from toolchain

Syntax

removeBuildConfiguration(hardwareObj,name)

Description

removeBuildConfiguration(hardwareObj,name) removes the soc.sdk.BuildConfiguration object, with Name property set to name, from the soc.sdk.Toolchain object.

Input Arguments

expand all

Name of the build configuration used by the toolchain.

Example: "MyBuildConfiguration"

Data Types: string | char

Version History

Introduced in R2019b