"Be aware that the "Min Max" vi returns the maximum value from the array irrespective of the column.
So if you want the maximum Power, I would first get the column with Power data and then use the "Min Max" vi.
But not on the complete 2D array.
If
one day you're power will be less than 100W, the suggest solution will
return 100, not from the power but from 100% duty cycle!
Watch out!!!"
Yes I have in two arrays of 1D. And the output power of my circuit is under 100W. What I want to do is that my program sweeps all the range of the duty cycle in a first time (I use a for loop for that), then it blocks at the maximum, and then I want that it regularly sweeps the duty cycle but only half of the range. That's why I asked to you how to obtain the index corresponding to Pmax/2 to have the first point to begin another loop.
Anthony