Gx3748ResistorsReset

Purpose

Disconnect all groups’ channels pullup and pulldown resistors.

Syntax

Gx3748ResistorsReset (nHandle, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle for a GX3748 board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The function returns the board information of the Gx3748 which includes the FPGA version, and serial number.

Example

The following example disconnect all groups’ channels pullup and pulldown resistors:

 

SHORT nHandle, nStatus;

 

Gx3748ResistorsReset (nHandle, &nStatus);

 

See Also

Gx3748Initialize, GxFpgaGetErrorString