question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked Joerg Vogel answered

Network Node

Trying to figure out what is the network node attached to Queue1 through Code.

I am trying following code but not successful

Model.find("Queue1>variables/networknodes/1").value


Could you able to provide code to find out the NN


NetworkNode.fsm

FlexSim 20.1.3
flexsim 20.1.3network node
1612866334394.png (36.6 KiB)
networknode.fsm (30.2 KiB)
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered
treenode NN = ownerobject(Model.find("Queue1>variables/networknodes/1").value.up);
print(NN);
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.