![ADLINK Technology NuDAQ PCI-9812/10 User Manual Download Page 52](http://html.mh-extra.com/html/adlink-technology/nudaq-pci-9812-10/nudaq-pci-9812-10_user-manual_2852808052.webp)
44
•
C/C++ Library
6.7 _9812_AD_DMA_Stop
@ Description
This function is used to stop the DMA data transfer. After
executing this function, the _9812_AD_DMA_Start function stops.
The function returns the number of data that has been transferred,
no matter if the A/D DMA data transfer is stopped by this function
or by the DMA terminal count ISR.
@ Syntax
C/C++ (DOS)
int _9812_AD_DMA_Stop(int card_number, U32 *count)
C/C++ (Windows 95)
int W_9812_AD_DMA_Stop(int card_number, U32
*count)
Visual Basic (Windows 95)
W_9812_AD_DMA_Stop (ByVal card_number As Long,
count As Long) As Long
@ Argument
card_number:
the card number of PCI-9812 to be selected
count:
the number of A/D data that has been transferred.
@ Return Code
PCICardNumErr
PCICardNotInit
NoError
6.8 _9812_Set_Clk_Src
@ Description
This function is used to specify the ADC clock source.
@ Syntax
C/C++ (DOS)
int _9812_Set_Clk_Src (int card_number, int
clk_src, int ftpci)
C/C++ (Windows 95)
int W_9812_Set_Clk_Src (int card_number, int
clk_src, int ftpci)
Visual Basic (Windows 95)
W_9812_Set_Clk_Src (ByVal card_number As Long,
ByVal clk_src As Long, ByVal ftpci As
Long) As Long
Summary of Contents for NuDAQ PCI-9812/10
Page 1: ...NuDAQ PCI 9812 10 20MHz Simultaneous 4 CH Analog Input Card Users Guide ...
Page 4: ......
Page 57: ...C C Library 49 ...
Page 61: ...Calibration 53 ...
Page 69: ...Software Utility 61 ...