12-24-2007 12:34 PM
12-24-2007 12:57 PM
12-25-2007 08:01 AM
12-25-2007 02:59 PM - edited 12-25-2007 02:59 PM
The Write To Measurement File gets the channel name from an attribute of a waveform data type. The Set Waveform Attribute is on the waveform palette and the use is shown below. So, in order to assign a channel, you would have to convert your array to a waveform data type. The simplest thing might be to just keep the dynamic data type for writing to the file and only convert to an array when you need to write to the instrument. Your other option would be to get rid of the Write to Measurement File and use the lower level file I/O functions.