LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hi. I am using a GPIB controlled Tektronix oscilloscope 11403. I am controlling it using Labview. I can extract the waveform trace through the program. But how can I save a hardcopy of that data in a spreadsheet?

If you want a text file in comma or tab separated data, then all you have to use is Write to Spreadsheet File.vi which will save either a 1D or 2D array array of data (i.e. 1 or 2 traces). If you want to write directly to Excel, you can modify the Write Table to Excel.vi example. There have been other Excel examples posted to the forum that you could do a search for.
0 Kudos
Message 2 of 2
(2,589 Views)