Gx3788Reset

Purpose

Resets the GX3788 to their default state.

Syntax

Gx3788Reset (nHandle, pnStatus)

Parameters

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

Comments

This function will reset the following settings:

Example

The following example initializes and resets the GX3788 board:

 

Gx3788Initialize (1, &nHandle, &nStatus);

Gx3788Reset (nHandle, &nStatus);

 

See Also

Gx3788Initialize, GxFpgaGetErrorString