12-09-2013 07:37 AM
Hi,
I have a problem with cursors.
I have a waveform graph with some signal and two cursors. (annex 1)
I would like to see a signal which is between the two cursors on the second waveform graph.
Thank you for your help
Solved! Go to Solution.
12-09-2013 07:54 AM
12-09-2013 09:42 AM
Okey, when I use property node with cursor position and array subset waveform graph show me signal from only one cursor.
What about second cursor ?
kamwoj1918
12-09-2013 09:44 AM
What about it? If you aren't using the second cursor to determine the array length, then you have not written the program correctly.
12-09-2013 09:56 AM
I meant, if in "Cursor Position:Cursor X" there are many position cursors or only one position cursor ?
12-09-2013 09:59 AM - edited 12-09-2013 09:59 AM
12-09-2013 10:02 AM
You first write to the Active Cursor property to select the specific cursor (i.e. 0 or 1) and then read it's value.
12-09-2013 10:47 AM
So, If I would like to use two cursors ? 🙂
12-09-2013 10:57 AM
12-09-2013 11:00 AM
Hi,
Does the attached help?
Don't forget to turn off "Autoscale X" for the 2nd graph and you may want have a seperate 'condition' if cursor 2 is at a lower value than cursor 1.