Borrar filtros
Borrar filtros

How to access architecture parameter from inside simulink model

4 visualizaciones (últimos 30 días)
Paul
Paul el 18 de Oct. de 2022
Comentada: Paul el 28 de Oct. de 2022
I have a system composer architecture made up of subsystems with some stereotypes assigned to them allowing me to define specific parameters.
I've converted those subsystems into behaviours so that I can add simulink and stateflow logic. Now I want to access the parameters (defined by the stereotype) in the architecture of the appropriate subsystem. I want those parameters to be accesible from inside the behaviour.
For example tp define the resitance of motor windings in the model architecture as a parameter, and then the behaviour simulates the motor using the value from that parameter. Can't seem to find a way to do it.
I've been trying to use the getParameter function along with the gcb function however I'm not making much progress. The gcb function returns a string and I can't find a way to convert that to an architecture object with which to use the getParameter function with
https://uk.mathworks.com/help/simulink/slref/gcb.html
Would love some help

Respuesta aceptada

Josh Kahn
Josh Kahn el 27 de Oct. de 2022
  1 comentario
Paul
Paul el 28 de Oct. de 2022
Hi Josh,
Yes that looks very much like what I need thank you!
Its very difficult to find information about this when it seems like a fundamental functionality. Its confusing because the prototypes are shown as a major feature, and the examples show things like mass and other properties defined there, so it feels intuitive that the behaviour should be able to use those properties, but then the examples don't. So its a bit counter intuitive.
That link is a good starting point though thank you!
Paul

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Multicore Processor Targets en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by