12-28-2020 07:02 AM
I use waveformgraph method "export to excel", and i have onle 2 number digits of precision in export file. My data has 6 decimal places, is there any way to adjust the method to export with more accuracy?
Solved! Go to Solution.
12-28-2020 08:39 AM
The formatting of the Y scale is used for the export.
So, either change it (right click the scale, Formatting...) or use an event structure to catch the event, and DIY the export. This is some work, especially if you're learning, but the build in export is quite limited.