System Composer: Reading Stereotype Parameter from Component
Mostrar comentarios más antiguos
Hello everyone,
assuming I have defined a component, assigned a stereotype and defined a stereotype parameter. Furthermore, I defined a Simulink behavior for that component. Now I want to define a Stateflow chart within the Simulink model and access the previously defined parameter. Is that possible?
Best regards,
Tim
Respuestas (1)
Kirsten Hart
el 12 de Oct. de 2022
2 votos
Stereotype information does not flow to the Simulink behavior model, however there is a way that you can implement this.
Rather than applying a stereotype to the system architecture component, you can add a parameter to the Simulink behavior model. Once this Simulink Parameter is added to the behavior model workspace and it is marked as a model argument, you will be able to access the parameter from the Property Insepector in System Composer. This parameter can also be accessed in the Simulink model by name just like other variables in the model workspace, and therefore is accessible from the Stateflow chart.
Here is an example of using parameters to store instance values for components: https://www.mathworks.com/help/releases/R2022a/systemcomposer/ug/use-parameters-store-instance-values-components.html
Categorías
Más información sobre Simulink Functions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!