Get names of all interfaces in interface dictionary
interfaceNames = getInterfaceNames(dictionary)
example
interfaceNames = getInterfaceNames(dictionary) gets the names of all interfaces in the interface dictionary.
interfaceNames
dictionary
collapse all
interfaceNames = getInterfaceNames(arch.InterfaceDictionary)
Data dictionary attached to the model, specified as a systemcomposer.interface.Dictionary object for the local dictionary of the model or an external data dictionary.
systemcomposer.interface.Dictionary
Interface names, specified as an array of character vectors.
Data Types: char
char
addInterface | getInterface | removeInterface
addInterface
getInterface
removeInterface