LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

roi in xy plot

how do I plot xy data between two cursor (a ROI) in another xy plot?
0 Kudos
Message 1 of 4
(3,179 Views)

Daquiry,

There is no specific way to specify an ROI filtration in LabVIEW. The only way I know to accomplish this would be to pass your data though your own code that would keep the data points of interested and reject the others. This is a good question. I would be curious to know if other NI customers need this kind of functionality.

Charlie M. CLD
0 Kudos
Message 2 of 4
(3,164 Views)
I think you would use property nodes for the cursor position values and use them with the array subset command to grab a portion of the original data. I assume you have an array of clusters.
0 Kudos
Message 3 of 4
(3,146 Views)
I ended up doing something like unclebump suggested.  Here's my solution.
0 Kudos
Message 4 of 4
(3,114 Views)