DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Update file properties on existing measurement files using NI Diadem

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

0 Kudos
Message 1 of 2
(3,392 Views)

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

Otmar D. Foehner
0 Kudos
Message 2 of 2
(3,384 Views)