Remove a named interface from an interface dictionary
removeInterface(dictionary,name)
removeInterface(dictionary,name) removes a named interface from the interface dictionary.
dictionary
name
collapse all
Add an interface newinterface to the interface dictionary of the model and then remove it.
newinterface
addInterface(arch.InterfaceDictionary,'newsignal') removeInterface(arch.InterfaceDictionary,'newsignal')
Data Types: systemcomposer.interface.Dictionary
systemcomposer.interface.Dictionary
Data Types: char
char
addInterface | getInterface | getInterfaces
addInterface
getInterface
getInterfaces