9113_Ad_Get_Range; 9113_Ad_Get_Status - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

ERR_NoError

6.11 _9113_AD_Get_Range

@ Description
This function is used to get the A/D range from the A/D range control
register.
@ Syntax
C/C++ (DOS)
U16 _9113A_AD_Get_Range (U16 cardNo, U16 *ADRange)
C/C++ (Windows 95)
U16 W_9113A_AD_Get_Range (U16 cardNo, U16 *ADRange)
Visual Basic (Windows 95)
W_9113A_AD_Get_Range (ByVal cardNo As Integer, ADRange As
Integer) As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
ADRange: The programmable gain of A/D conversion, the possible
values are: 1,10,and 100.
ADRange=0: Gain=1
ADRange=1: Gain=10
ADRange=2: Gain=100
@ Return Code
ERR_NoError

6.12 _9113_AD_Get_Status

@ Description
This function is used to get AD FIFO status from the A/D status
readback register.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_Get_Status (U16 cardNo, U16 *ADStatus)
46
C/C++ Software Library

Advertisement

Table of Contents
loading

Table of Contents