Is it possible to get list of Simulink model Autosar CompuMethods from command line interface ?

1 visualización (últimos 30 días)
Hi,
I want to list down the compu-methods available in model generated by ARXML importer. I have to do it for set of components, so I am looking for command line interface for the same.
Let me know if we have any APIs for the same.
Thanks, Shiva

Respuesta aceptada

Lucas Lebert
Lucas Lebert el 1 de Mzo. de 2019
Editada: Lucas Lebert el 1 de Mzo. de 2019
Hi Shiva,
there is an api available for the AUTOSAR properties:
arProps = autosar.api.getAUTOSARProperties(modelName);
compuMethods = find(arProps,[],'CompuMethod');
Have a great day,
~Lucas

Más respuestas (0)

Categorías

Más información sobre AUTOSAR Blockset en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by