How can I assign the value of a signal to an entity attribute in SimEvents?

2 次查看(过去 30 天)
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.

采纳的回答

Krishna Akella
Krishna Akella 2018-12-4
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

更多回答(1 个)

Javier Baliosian
Javier Baliosian 2018-12-4
thanks Krishna.

类别

Help CenterFile Exchange 中查找有关 Discrete-Event Simulation 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by