how to assign the service time value of the entity server to the entity attribute?

2 vues (au cours des 30 derniers jours)
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?

Réponse acceptée

Abdolkarim Mohammadi
Abdolkarim Mohammadi le 5 Sep 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 ();

Plus de réponses (0)

Catégories

En savoir plus sur Discrete-Event Simulation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by