LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SCAN_to_Disk API

Hi,

    I am using SCAN_to_Disk() function to read the voltage from a analog source. I have used the following values of parameters for the function:

i16 iNumChans = 1;
 i16 iChans[1] = {6};
 i16 iGains[1] = {-1};
 char iFilename[100] = "MY_Data";
 u32 iCount = 65535;
 f64 iSampleRate = 20;
 f64 iScanRate = 0;
 i16 iConcat = 1;

 

I am acquiring 65535 values. My query is, how much time would ADC take for a single conversion out of 65535 conversions?

 

Regards,

Rakesh

0 Kudos
Message 1 of 1
(2,852 Views)