Get the port from a component
port = getPort(compObj,portName)
port = getPort(compObj,portName) gets the port on this component with a specified name.
port
compObj
portName
collapse all
systemcomposer.arch.BaseComponent
Component from which to get the port, specified as a systemcomposer.arch.BaseComponent object.
Name of the port to find, specified as a string or character array.
Port of the component.
addElement | getElement | getInterface | removeElement
addElement
getElement
getInterface
removeElement