Is it possible to get list of Autosar Per-Instance-Memory elements through Simulink Model from command line interface ?

2 次查看(过去 30 天)
Hi,
I want to list down the AR-elements with PIM behavior, 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.
I have tried below commands
arProps = autosar.api.getAUTOSARProperties(bdroot);
swcName = get(arProps,aswcPaths{1},'Behavior');
swcName = get(arProps,aswcPaths{1},'Behavior');
PIMList=get(arProps,swcName,'PIM');
The PIMList is empty. I have tried other properties like 'Events', 'IRV' those are working correctly. But 'PIM' is not working as expected.
Let me know if I am missing anything in above commands.
Thanks, Shiva
  1 个评论
Shivaputra Narke
Shivaputra Narke 2019-5-15
编辑:Shivaputra Narke 2019-5-17
I am using Matlab 2015b, 2017b.
If I add new PIM using add method and then use the above commands, then I can see added PIMs. However, the above command does not show the PIMs available in arxml files.

请先登录,再进行评论。

采纳的回答

Shivaputra Narke
Shivaputra Narke 2019-8-2
I have got the list using xml functions.

更多回答(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