How can I assign the value of a signal to an entity attribute in SimEvents?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Javier Baliosian
am 2 Nov. 2018
Beantwortet: Javier Baliosian
am 4 Dez. 2018
I was looking arround for a way to assign the value of an arbitrary signal (or the parameter of a simulink function) to the attribute of a new entity in the new SimEvents but I didn't found examples or documentation about it. It was possible in the previous version of SimEvents, but the migration guidelines do not show an example of this. the examples are on random variables that you can create inside the event actions. Can someone give a tip on this? thanks.
0 Kommentare
Akzeptierte Antwort
Krishna Akella
am 4 Dez. 2018
Hi Javier,
You can write the value of the signal to a 'Simulink Function' block. You can call a simulink function from the event action methods (available in most SimEvents blocks) to access the signal value. You can then assign the signal value to an attribute in the event action.
For example, please see the attached model.
- Krishna
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Discrete-Event Simulation 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!