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

조회 수: 1 (최근 30일)
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

채택된 답변

Lucas Lebert
Lucas Lebert 2019년 3월 1일
편집: Lucas Lebert 2019년 3월 1일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by