Main Content

removeToolchain

Class: soc.sdk.Deployer
Namespace: soc.sdk

Remove toolchain from Deployer object

Since R2019b

Syntax

removeToolchain(deployerObj,name)

Description

removeToolchain(deployerObj,name) remove the soc.sdk.Toolchain object whose Name property equals name from deployerObj, soc.sdk.Deployer object.

Input Arguments

expand all

Deployer representing the deployment configuration, specified as an soc.sdk.Deployer object.

Name of the registered Toolchain object to remove from the deployerObj, specified as a string.

Data Types: string | char

Version History

Introduced in R2019b