Main Content

removeDIPSwitch

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

Remove DIP switch from hardware

Syntax

removeDIPSwitch(hardwareObj,name)

Description

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

removeDIPSwitch(hardwareObj,name) removes the soc.sdk.DIPSwitch object, with Name property set to name, from the soc.sdk.Hardware object.

Input Arguments

expand all

Hardware object mapped to the soc.sdk.BoardSupport object, specified as an soc.sdk.Hardware object.

Name of the DIP switch on the hardware board, specified as a string.

Example: "MyDIPSwitch"

Data Types: string | char

Version History

Introduced in R2019b