AUTOSAR interface configuration programmatically
3 views (last 30 days)
Show older comments
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 Comments
Darshan Ramakant Bhat
on 12 Feb 2020
I am not an expert in this area. Did you experiment with below apis ?
Answers (1)
Sudhakar Shinde
on 29 Apr 2020
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 Comments
See Also
Categories
Find more on AUTOSAR Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!