removeInterface

Remove a named interface from an interface dictionary

Description

removeInterface(dictionary,name) removes a named interface from the interface dictionary.

Examples

collapse all

Add an interface newinterface to the interface dictionary of the model and then remove it.

addInterface(arch.InterfaceDictionary,'newsignal')
removeInterface(arch.InterfaceDictionary,'newsignal')

Input Arguments

collapse all

Data Types: systemcomposer.interface.Dictionary

Data Types: char

Introduced in R2019a