I have an object with many different output ports. Is there a way to get the object reference in the tree by using the output port number?
I tried executing the following string to get object that is connected to Queue1's output port 132, but it does not give me the proper tree reference. "model.find("Queue1>connections/connectionsout/132")"