Hi
I am currently developing an application, which reads 9 Traces from an Agilent Spectrum Analyzer.
I am using the TDM File Format for a machine-readable format and the LVM Format (Write to Measurement File Express VI) for a human readable output possibility. Now when I view the LVM format, I can find the lines:
---snip---
X0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0
Delta_X 2.493766E+7 2.493766E+7 2.493766E+7 2.493766E+7 2.493766E+7 2.493766E+7 2.493766E+7 2.493766E+7 2.493766E+7
***End_of_Header***
X_Value Untitled Untitled 1 Untitled 2 Untitled 3 Untitled 4 Untitled 5 Untitled 6 Untitled 7 Untitled 8 Comment
0.000000 -65.739000 -14.069000 -72.392000 -65.183000 -14.069000 -72.392000 -64.011000 -14.069000 -72.392000
2.493766E+7 -64.526000 -57.759000 -75.090000 -68.186000 -57.759000 -75.090000 -65.462000 -57.759000 -75.090000
---snip---
Now I would like to give the traces a name, instead of them being called Untitled. How would I do that?