Resets the GX3748 to the default state.
Gx3748Reset (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX3748 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function will reset the following settings:
Disconnect all channels Pullup and pull down.
Group 0 Comparators low window threshold 5.0V.
Group 0 Comparators upper window threshold 10.0V.
Group 1 Comparators threshold 5.0V.
Group 2 Comparators threshold 5.0V.
The following example initializes and resets the GX3748 board:
SHORT nHandle, nStatus;
Gx3748Initialize (1, &nHandle, &nStatus);
Gx3748Reset (nHandle, &nStatus);