A.2 function library, A.2.1 trig_init, Function library – ADLINK PXIe-3985 User Manual

Page 44: A.2.1, Trig_init

Advertising
background image

32

PXI Trigger I/O Function Reference

A.2 Function Library

This section provides detailed definitions of the functions available
in the PXIe-3985 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 PXIe-3985 controller.

TRIG_Init must be called before the invocation of any other

trigger I/O function.

Syntax

C/C++

I16 TRIG_Init()

Visual Basic

TRIG_Init As Integer

Parameter

None

Return Code

ERR_NoError
ERR_BoardBusy
ERR_OpenDriverFail
ERR_GetGPIOAddress

F32

32-bit

single-precisio

n floating-point

-3.402823E38

to

3.402823E38

float

Single

Single

F64

64-bit

double-precisio

n 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)

Advertising