6.10 _9812_Set_Trig
@ Description
This function is used to set up a trigger. The function specifies
the trigger mode, trigger level (voltage), trigger source, trigger
slope, and post trigger count. Please refer to sections 4.4 to 4.7
for further details on trigger setting.
@ Syntax
C/C++ (DOS)
int _9812_Set_Trig (int card_number, int trig_mode, int trig_src,
int trig_pol, int trig_lvl, U16 post_trig_cnt)
C/C++ (Windows 95)
int W_9812_Set_Trig (int card_number, int trig_mode, int
trig_src, int trig_pol, int trig_lvl, U16 post_trig_cnt)
Visual Basic (Windows 95)
W_9812_Set_Trig (ByVal card_number As Long, ByVal
trig_mode As Long, ByVal trig_src As Long, ByVal trig_pol As
Long, ByVal trig_lvl As Long, ByVal post_trig_cnt As Integer)
As Long
@ Argument
card_number:
trig_mode:
56
The card number of PCI-9812 to be
selected
Selected trigger mode. The valid values
are as follows:
SOFT_TRIG: Software trigger
POST_TRIG: Post trigger
PRE_TRIG: Pre-trigger
DLY_TRIG:
Delay trigger
MID_TRIG:
Middle trigger
C/C++ Library
Need help?
Do you have a question about the NuDAQ PCI-9810 and is the answer not in the manual?