Resets the GX3500 board to its default settings.
GxFpgaReset (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX3500 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
After calling this function I/O Banks are connected to the expansion board.
The following example initializes and resets the GX3500 board:
GxFpgaInitialize (1, &nHandle, &nStatus);
GxFpgaReset (nHandle, &nStatus);