AUTOSAR interface configuration programmatically
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/271143/image.jpeg)
2 commentaires
Darshan Ramakant Bhat
le 12 Fév 2020
I am not an expert in this area. Did you experiment with below apis ?
Réponses (1)
Sudhakar Shinde
le 29 Avr 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 commentaires
Voir également
Catégories
En savoir plus sur AUTOSAR Blockset dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!