Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

get coordinate from graph

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!

 

0 Kudos
Message 1 of 3
(5,098 Views)

Hi,

 

There are many ways to realize this.

The easiest way is shown in the attached screenshot

 

 

Best Regards, Fabian

0 Kudos
Message 2 of 3
(5,076 Views)

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();

 

 

0 Kudos
Message 3 of 3
(5,033 Views)