06-23-2014 12:25 PM
How do I access a specific value on a waveform graph, which is made from a signal input, so that I can use values on the graph in calculations? It does not necessarily need to use cursor, I just want to access a value on the graph.
06-23-2014 12:56 PM
You can use a mouse-down events and translate the pixel coordinates to graph values.
06-23-2014 12:58 PM
How would I go about doing that?
06-23-2014 01:40 PM
Personally, I have found cursors to be easier because you can lock the cursor to a specific plot, and events let you see when the cursor(s) are moved.
Mike...
06-23-2014 01:43 PM
@Punsach wrote:
How would I go about doing that?
It is pretty simple. Use an event case structure. Choose mouse down event. You will directly get x y coordinates