Main Content

addNewBuildConfiguration

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

Add new build configuration to toolchain

Syntax

buildConfigurationObj = addNewBuildConfiguration(toolchainObj,name)

Description

buildConfigurationObj = addNewBuildConfiguration(toolchainObj,name) creates a new soc.sdk.BuildConfiguration object, with the Name property set to name, and adds the new object to the soc.sdk.Toolchain object.

Input Arguments

expand all

Name of the build configuration used by the toolchain.

Example: "MyBuildConfiguration"

Data Types: string | char

Output Arguments

expand all

A soc.sdk.BuildConfiguration object that defines a build configuration available on to the toolchain.

Version History

Introduced in R2019b