User`s guide

C/C++ Library 89
5.45 _9111_AD_Get_TrigEvent
@ Description
This function is used to get the trigger event status. Note that this function
supports only hardware version B2.
@ Syntax
C/C++ (DOS)
U16 _9111_AD_Get_TrigEvent(U16 cardNo, U16 *TRGEVENT)
C/C++ (Windows 95)
U16 W_9111_AD_Get_TrigEvent (U16 cardNo, U16 *TRGEVENT)
Visual Basic (Windows 95)
W_9111_AD_Get_TrigEvent (ByVal cardNo As Integer, TRGEVENT As
Integer) As Integer
@ Argument:
CardNo: the card number of PCI-9111 card initialized.
TRGEVENT: the trigger event.
1: the trigger is occurred.
0: the trigger is not occurred
@ Return Code
ERR_BoardNoInit
ERR_NoError
5.46 _9111_AD_Clear_TrigEvent
@ Description
This function is used to clear the trigger event status. Note that this
function supports only hardware version B2.
@ Syntax
C/C++ (DOS)
U16 _9111_AD_Clear_TrigEvent(U16 cardNo)
C/C++ (Windows 95)
U16 W_9111_AD_Clear_TrigEvent (U16 cardNo)
Visual Basic (Windows 95)
W_9111_AD_Clear_TrigEvent (ByVal cardNo As Integer) As Integer
@ Argument:
CardNo: the card number of PCI-9111 card initialized.
@ Return Code
ERR_BoardNoInit
ERR_NoError