Gx3748Reset

Purpose

Resets the GX3748 to the default state.

Syntax

Gx3748Reset (nHandle, pnStatus)

Parameters

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

 

SHORT nHandle, nStatus;

 

Gx3748Initialize (1, &nHandle, &nStatus);

Gx3748Reset (nHandle, &nStatus);

 

See Also

Gx3748Initialize, GxFpgaGetErrorString