simevents entity generation with attributes

2 visualizaciones (últimos 30 días)
Mats
Mats el 6 de Abr. de 2022
Comentada: Mats el 9 de Abr. de 2022
How do I using MDES create an entity and set it's attributes based on an input signal?

Respuestas (1)

Abdolkarim Mohammadi
Abdolkarim Mohammadi el 7 de Abr. de 2022
Editada: Abdolkarim Mohammadi el 7 de Abr. de 2022
You must set the attribute in the Generate event action, using in1.
function [entity,events] = generate(obj,storage,entity,tag,in1)
entity.data.Attribute1 = in1;
events = [];
end
  1 comentario
Mats
Mats el 9 de Abr. de 2022
Thanks for you answer!
When I do that I get an error that the attribute datatype is set incorrectly, where and how do I specify the entities attributes?

Iniciar sesión para comentar.

Categorías

Más información sobre Discrete-Event Simulation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by