Remove a signal interface element
removeElement(interface,elementName)
removeElement(interface,elementName) removes an element from a signal interface.
interface
elementName
collapse all
Add an interface newinterface to the interface dictionary of the model and add an element with type double to it, then remove the element.
newinterface
double
interface = addInterface(arch.InterfaceDictionary,'newsignal'); element = addElement(interface,'newelement','Type','double); removeElement(interface,'newsignal')
Data Types: systemcomposer.interface.SignalInterface
systemcomposer.interface.SignalInterface
Data Types: char
char
addElement | getElement
addElement
getElement