question

Leandro Meirelles avatar image
0 Likes"
Leandro Meirelles asked Steven Hamoen answered

How to reference parent node?

Hello,

I frequently reference the flow item inside the Processor(e.g. Processor.subnodes[x]).

But I need the opposite now, reference the Processor that this flow item is inside. Could someone provide the command reference please?

FlexSim 24.1.1
node reference
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

Steven Hamoen avatar image
1 Like"
Steven Hamoen answered
@Leandro Meirelles if you have the flowitem pointer it is simply .up So 
Object processor = item.up
5 |100000

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