GxFpgaReset

Purpose

Resets the GX3700 interface FPGA and User FPGA to their default state.

Syntax

GxFpgaReset (nHandle, pnStatus)

Parameters

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

Example

The following example initializes and resets the GX3700 board:

 

GxFpgaInitialize (1, &nHandle, &nStatus);

GxFpgaReset (nHandle, &nStatus);

 

See Also

GxFpgaInitialize, GxFpgaGetErrorString