10-26-2009 03:04 PM
Hi,
I have several TDM measurement files, which has properties such as sample type, test conditions, etc. I manage all the measurment files using NI Diadem.
I want to change the properties in each file. How can I modify the properties of the measurement file easily? I realized that I put wrong numbers into the property blank when I did the measurement.
One more question, I want to add additional properties and values to existing TDM measurement files. How can I do that?
Thank you,
Hyunseok
10-26-2009 04:57 PM
Hello Hyunseok,
If you are familiar with the VBScript interface, use the "DataFileHeader" object, which you get returned from the "DataFileHeaderAccess()" function.
There are some examples in the help system on how to use this ...
Basically, you would write a short script that opens the TDM header, replaced/adds the property you want to edit, and does that on any number of files.
Let us know if you have further questions,
Otmar