01-15-2012 08:34 PM
I don't understand your question.
01-16-2012 12:07 AM
I will save this values into some text file, so I need values on x and y -axis; In my case I just get "amplitude" on y- axis,but I also need what is on x- axis in my case is time...
Thanks for hepl and ideas
01-16-2012 08:55 AM
You need to extract the T0 (initial time) and the dT (interval time) out of the waveform.
With the index values and some math, you can figure out where you cursor starts. You can also use the Ramp function to create an array of times that you can use so that you have an X time and Y data point correlation.