User`s guide

C/C++ Library 73
5.28 _9111_AD_Timer
@ Description
This function is used to set the Timer #1 and Timer#2. Timer#1 and
Timer#2 are used as frequency dividers for generating constant A/D
sampling rate dedicatedly. It is possible to stop the pacer trigger by setting
any one of the dividers as 0. Because the AD conversion rate is limited
due to the conversion time of the AD converter, the highest sampling rate
of the PCI-9111 can not be exceeded 110 KHz. The multiplication of the
dividers must be larger than 20.
@ Syntax
C/C++ (DOS)
U16 _9111_AD_Timer (U16 cardNo, U16 c1, U16 c2)
C/C++ (Windows 95)
U16 W_9111_AD_Timer (U16 cardNo, U16 c1, U16 c2)
Visual Basic (Windows 95)
W_9111_AD_Timer (ByVal cardNo As Integer, ByVal c1 As Integer,
ByVal c2 As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized.
c1: frequency divider of timer #1
c2: frequency divider of timer #2
@ Return Code
ERR_NoError