11-04-2014 04:05 AM
Hi all!
I have a wave graph that contains many points (x and y)
for example:
X Y
1 1
2 2
3 3
... ...
9 9
I want to take this table and save to file.
How i can make it?
Thanks!
11-05-2014 04:15 AM
Hi,
There are many ways to realize this.
The easiest way is shown in the attached screenshot
Best Regards, Fabian
11-07-2014 06:50 AM
Fabian, yes but how is it possible with Measurement Studio.
I want push the button in my programm and save all coordinates.
I found one way
double[] XDATAPressure; XDATAPressure = waveformGraphPressure.Plots[0].GetXData();