GxFpgaReset

Purpose

Resets the GX3500 board to its default settings.

Syntax

GxFpgaReset (nHandle, pnStatus)

Parameters

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

Comments

After calling this function I/O Banks are connected to the expansion board.

Example

The following example initializes and resets the GX3500 board:

 

GxFpgaInitialize (1, &nHandle, &nStatus);

GxFpgaReset (nHandle, &nStatus);

 

See Also

GxFpgaInitialize, GxFpgaGetErrorString