05-09-2010 04:16 PM
Hello,
I can't figure out how to write waveform attributes to an ASCII file in the header. Is this possible? What do people generally do when they want to save some extra information along with the waveform in an ASCII file header?
Thanks in advance!
-Jack
05-09-2010 10:38 PM
hi Jaxankey,
A waveform data will have four fields like to,dt,Y-array and attridbutes.Those attributes will be in a different data type like a variant..so what you are going to do is just convert them to a string data type and then try to write to any ascill file as header...
T hanks and regards,
srikrishnaNF
05-10-2010 01:07 AM
Hi,
writing signals to LVM file will probably satisfy your needs.
Regards.