08-26-2010 08:08 AM
In lecroy, I got my output which is a graph. But I want to save it to pc with respect to time versus voltage or current. How can I do it please let me know.
08-26-2010 08:58 AM
Your question is too vague. Is this a LabVIEW front panel graph that you're talking about? If you want to save the raw data, then you can just use Write to Spreadsheet File to create a delimited text file from the same data you wired to the graph. Check the documentation on how to use the Write to Spreadsheet File VI. Depending on which graph you're using and your datatype you may need to use additional functions, such as unbundling, build array, or convert from dynamic data.