how to assign the service time value of the entity server to the entity attribute?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mehreen Khan
el 5 de Sept. de 2021
Respondida: Abdolkarim Mohammadi
el 5 de Sept. de 2021
I am using a sevice time source as a signalport with random source attached to it.
how to store this service time value of the entity server to the entity attribute?
0 comentarios
Respuesta aceptada
Abdolkarim Mohammadi
el 5 de Sept. de 2021
You can create a Simulink function, whose input port is connected to the output of the random number source. Then in the generation event action of the Entity generator block, you get the random number generated by calling the Simulink function. For example:
entity.ServiceTime = GetRandomServiceTime ();
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Discrete-Event Simulation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!