systemcomposer.analysis.ComponentInstance
Component in analysis instance
Description
A ComponentInstance object represents an instance of a
component.
Creation
Create an instance of an architecture using the instantiate function.
instance = instantiate(model.Architecture,'LatencyProfile','NewInstance', ... 'Function',@calculateLatency,'Arguments','3','Strict',true, ... 'NormalizeUnits',false,'Direction','PreOrder')
Properties
Object Functions
getValue | Get value of property from element instance |
setValue | Set value of property for element instance |
hasValue | Find if element instance has property value |
isArchitecture | Find if instance is architecture instance |
isComponent | Find if instance is component instance |
isConnector | Find if instance is connector instance |
isPort | Find if instance is port instance |
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 |
lookup | Search for architectural element |
Examples
More About
Version History
Introduced in R2019a
See Also
Tools
Functions
instantiate|iterate|lookup|save|update|refresh|systemcomposer.analysis.loadInstance|systemcomposer.analysis.deleteInstance|getValue|setValue|hasValue|getParameter|getEvaluatedParameterValue|getParameterNames|getParameterValue|setParameterValue|isArchitecture|isComponent|isConnector|isPort|getQualifiedName
