AUTOSAR interface configuration programmatically
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Darshan Ramakant Bhat
am 12 Feb. 2020
I am not an expert in this area. Did you experiment with below apis ?
Antworten (1)
Sudhakar Shinde
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu AUTOSAR Blockset finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!