07-13-2009 02:18 PM
Greetings,
I've written data set properties as TDMS attribtutes and now wish to call said attributes as variables in DIAdem VBscript. I've seached the help yet can't figure out the proper syntax to call a TDMS attribute.
Thanks!
Solved! Go to Solution.
07-14-2009 10:18 AM
Hello Space_Fligh,
This should hopefully help:
I created a property called "Test" on the root level (file property), and the value of the property can be accessed through this variable: Data.Root.Properties("Test").Value
I also created a property called "Test" on the channel level for a channel called "Temp", and the value can be accessed through this variable: Data.GetChannel("[1]/Temp").Properties("Test").Value
Does that help with your question?
07-14-2009 04:36 PM
Precisely what I needed. Thanks a bunch!
Regards,
Steve