AUTOSAR interface configuration programmatically
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I need help with getting handle to Runnables --> ExternalTriggerOccurredEvent --> Event Properties --> Trigger in AUTOSAR interface configuration.
Marked red in attached snapshot. I want to set it to one of the triggers from the list.
Thanks in advance for your help.
2 个评论
Darshan Ramakant Bhat
2020-2-12
I am not an expert in this area. Did you experiment with below apis ?
回答(1 个)
Sudhakar Shinde
2020-4-29
Help page specifically not shown programatically support available for ExternalTriggerOccurredEvent .
Help page https://www.mathworks.com/help/releases/R2019b/autosar/ug/configuring-autosar-options-programmatically.html shows below element class have programatic support:
TimingEvent
- Period
- StartOnEvent
- DisabledMode
- Name
DataReceivedEvent
DataReceiveErrorEvent
OperationInvokedEvent
- Trigger
- StartOnEvent
- DisabledMode
- Name
ModeSwitchEvent
- Trigger
- Activation
- StartOnEvent
- DisabledMode
- Name
InitEvent
- StartOnEvent
- Name
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 AUTOSAR Blockset 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!