Main Content

removeEthernetInterface

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

Delete Ethernet interface from hardware

Syntax

removeEthernetInterface(hardwareObj,interfaceName)

Description

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

removeEthernetInterface(hardwareObj,interfaceName) deletes the EthernetInterface object with the Name property set to interfaceName 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 EthernetInterface object, specified as a string.

Example: "MyEthernetInterface"

Data Types: string | char

Version History

Introduced in R2019b