How to include getstream function in globaltable input?

How to include getstream function in globaltable input?

rajankur6494
Collaborator Collaborator
400 Views
1 Reply
Message 1 of 2

How to include getstream function in globaltable input?

rajankur6494
Collaborator
Collaborator

[ FlexSim 21.0.10 ]

Hi Team,

I am trying to feed distribution using global table reference but it doesn't work due to getstream function.

1659082088980.png

How to apply variability in different activities in this case?

Thank you!

0 Likes
Accepted solutions (1)
401 Views
1 Reply
Reply (1)
Message 2 of 2

FelixMoehlmann
Collaborator
Collaborator
Accepted solution

If you first reference the table cell as a treenode, you can use 'evaluate()'. This allows you to pass in up to three parameters into the function.

1659083462910.png

You can pass in the stream of the activity/object that calls the cell this way.

(I used an Assign Labels activity so I could check the returned values. This does of course also in a Delay activity)

0 Likes