Remove named interface from interface dictionary
removeInterface(dictionary,name)
example
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,'newInterface') removeInterface(arch.InterfaceDictionary,'newInterface')
Data dictionary attached to architecture model, specified as a systemcomposer.interface.Dictionary object.
systemcomposer.interface.Dictionary
Name of new interface, specified as a character vector.
Data Types: char
char
addInterface | getInterface | getInterfaceNames
addInterface
getInterface
getInterfaceNames