> I'm programming a vi which shows several 10 traces. But I want to select
> only two of them to do some calculations with.
> Does anyone know how i can select two single traces out of ten from a
> waveform graph with a cursor to do calculations with? The graph is filled
> with 10 traces (or 10 1d-arrays) as a 2d array.
>
Just to elaborate on the other post. If the plots have good names, then
a listbox is a good way of selecting them.
Also, if you want to give the user feedback while the move the cursor
around, first make sure to set the cursor to snap to plot. You can also
read out the cursor plot and display the plot name and perhaps the
timestamps or amplitudes of the plot at that index.
Greg McKaskle