I'm building a protocol where I want to create a value in wells based on values in neighboring wells.
In what order does the component loop through the wells? (Out of curiosity)
Is there a way to reference, say, the well to the left?
Or must this be done using a normal Custom Manipulator by looping over the row and well indices (as described in the example in the Plate Analytics documentation)? It would be much, much simpler not having to do it this way...