Class that represents an architecture in an architecture model
The Architecture
class represents an architecture in the
model. This class inherits from systemcomposer.base.BaseElement and implements the interface
systemcomposer.base.BaseArchitecture.
Create an model and get the root architecture:
model = systemcomposer.createModel('archModel'); arch=get(model,'Architecture')
addComponent | Add a component to the architecture |
addVariantComponent | Add a component to the architecture |
addPort | Add ports to architecture |
connect | Connect pairs of components |