Gx3722Reset

Purpose

Resets the GX3722 to the default state.

Syntax

Gx3722Reset (nHandle, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX3722 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 GX3722 board:

 

Gx3722Initialize (2, &nHandle, &nStatus);

Gx3722Reset (nHandle, &nStatus);

 

See Also

Gx3722Initialize, GxFpgaGetErrorString