04-20-2009 01:45 AM
Solved! Go to Solution.
04-20-2009 09:34 AM
Hi Brice,
You've got the right idea, but the channel property you need to use is "SourceDataFileName", and you need to use either the ChnPropGet() or ChnPropVaGet() function or the new Data.GetChannel(CCN).Properties approach available in DIAdem 11.0 and later:
@@ChnPropGet(CCN, "sourcedatafilename")@@
Brad Turpin
DIAdem Product Support Engineer
National Instruments
04-20-2009 09:40 AM