A.2 function library, A.2.1 trig_init, Function library – ADLINK PXI-3980 User Manual
Page 54: A.2.1, Trig_init

42
A.2 Function Library
This section provides detailed definitions of the functions available
in the PXI-3980 function library. Each function includes a descrip-
tion, list of supported cards, syntax, parameter list and Return
Code information.
A.2.1
TRIG_Init
Description
Initializes trigger I/O function of PXI-3980 controller.
TRIG_Init must be called before the invocation of any other
trigger I/O function.
Supported Controllers
PXI-3980, PXI-3950, PXI-3920, PXI-3910
Syntax
C/C++
I16 TRIG_Init()
Visual Basic
TRIG_Init As Integer
Parameter
None
Return Code
ERR_NoError
F32
32-bit single-
precision
floating-point
-3.402823E38
to
3.402823E38
float
Single
Single
F64
64-bit double-
precision
floating-point
1.7976831348
62315E308 to
1.7976831348
62315E309
double
Double
Double
Type Description
Range
Type
C/C++
(for 32-bit
compiler)
Visual Basic
Pascal
(Delphi)