systemcomposer.arch.BaseComponent
All components in architecture model
Description
A BaseComponent object cannot be constructed. Either create a
systemcomposer.arch.Component or systemcomposer.arch.VariantComponent object. The
systemcomposer.arch.BaseComponent class is derived from systemcomposer.arch.Element.
Properties
Object Functions
getProperty | Get property value corresponding to stereotype applied to element |
setProperty | Set property value corresponding to stereotype applied to element |
getPropertyValue | Get value of architecture property |
getEvaluatedPropertyValue | Get evaluated value of property from element |
getStereotypeProperties | Get stereotype property names on element |
applyStereotype | Apply stereotype to model element |
getStereotypes | Get stereotypes applied on model element |
changeStereotype | Change currently applied stereotype to new stereotype in its stereotype hierarchy |
removeStereotype | Remove stereotype from model element |
isFMU | Determine component link to Functional Mockup Unit (FMU) |
isProtected | Determine component reference model is protected |
isReference | Determine component reference to another model |
connect | Create architecture model connections |
getPort | Get port by name |
hasStereotype | Find if element has stereotype applied |
hasProperty | Find if element has property |
getParameter | Get parameter from architecture or component |
getEvaluatedParameterValue | Get evaluated value of parameter from element |
getParameterNames | Get parameter names on element |
getParameterValue | Get value of parameter |
setParameterValue | Set value of parameter |
setUnit | Set units on parameter value |
resetParameterToDefault | Reset parameter on component to default value |
current | Get object of currently selected element |
destroy | Remove model element |
Examples
More About
Version History
Introduced in R2019b
See Also
Functions
iterate|current|getQualifiedName|lookup|systemcomposer.createModel|systemcomposer.loadModel|systemcomposer.openModel|open|save|close|createArchitectureModel|createArchitectureSubsystem|linkToModel|inlineComponent|addComponent|getComponent|addPort|getPort|setName|getSubElement|getPortElement|getConnectorTo|connect|setMaskImage|IsAdapterComponent|addAdapter|addInput|getInput|connectTo|updatePosition|addMapping|removeMapping|smartConnect|getUnconnectedPorts|getSmartConnectPolicy|setSmartConnectPolicy|destroy
Objects
systemcomposer.arch.Element|systemcomposer.arch.Architecture|systemcomposer.arch.Component|systemcomposer.arch.Adapter|systemcomposer.arch.ComponentPort|systemcomposer.arch.ArchitecturePort|systemcomposer.arch.PortElement|systemcomposer.arch.Connector|systemcomposer.arch.PhysicalConnector





