Class that represents a component or view component
The Component
class represents a component in the architecture
model. This class inherits from systemcomposer.arch.BaseComponent.
Create a component in an architecture model:
model = systemcomposer.createModel('archModel'); arch=get(model,'Architecture'); component = addComponent(arch,'NewComponent');
saveAsModel | Save the Architecture to a separate model |
createSimulinkBehavior | Create a Simulink model and link component to it |
linkToModel | Link component to a model |
inlineComponent | Inline reference architecture into model |
connect | Connect pairs of components |