question

Antonio GA2 avatar image
0 Likes"
Antonio GA2 asked Joshua S answered

how to obtain with source code the number of objects that arrive at a queue ?

They could show a way to obtain data using code, for the manipulation of these with greater ease. As a guide for those who are starting.

FlexSim 19.0.2
using codesource code
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joshua S avatar image
1 Like"
Joshua S answered

You can use YourObject.subnodes.length. Objects in another object are considered subnodes. YourObject.subnodes is an array of the objects within another object, so you can reference the total size with .length, or reference individual objects using YourObject.subnodes[i].

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.