08-16-2007 01:06 PM
08-17-2007 12:11 PM - edited 08-17-2007 12:11 PM
Hi crdust,
The data format returned for the DAQmxReadAnalogF64 is a 1-D array of doubles. The array is returned in the manner you specify for fillmode. This information can be found in the NI-DAQmx C Reference Help (Start >> Programs >> National Instruments >> NI-DAQ). This specific function is locate in the reference help under NI-DAQmx C Functions >> Read Functions. The picture below is a snapshot from the help file.
Regards,
Message Edited by David L. on 08-17-2007 12:11 PM
08-17-2007 12:26 PM
Thanks Dave.
-Charles