Hi Community,
This might seem like a silly question, but I am still getting used to this environment. I have an excel document with 400 unique entities, each with:
- Entity creation time
- Entity service time (different for each entity, but not random)
- Entity end time
- Entity destination ID (which specific EntityDelay it must go to)
I am assuming that I would want to create attributes for each entity labeled (for example) GateServTime, and GateID. My question is how would I best assign those to each entity (of which there will be 400+ per simulation run). I would trigger entity creation using EventSchedule. However, I am not sure how to assign attributes from a list.
Something along the lines of, say, this is entity 40 coming into the Assign block, I want to assign GateServTime(40) and GateID(40) to it.
Suggestions?
Regards,
Jordan