Is it possible to get list of Simulink model Autosar CompuMethods from command line interface ?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shivaputra Narke
le 1 Oct 2018
Commenté : Shivaputra Narke
le 1 Mar 2019
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
0 commentaires
Réponse acceptée
Lucas Lebert
le 1 Mar 2019
Modifié(e) : Lucas Lebert
le 1 Mar 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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur AUTOSAR Blockset dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!