Resets the GX3722 to the default state.
Gx3722Reset (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3722 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function will reset the following settings:
Stops both Waveform Generators.
Opens the Open Drain circuits.
Sets the frequency for High-bandwidth output channels to 0.
Disables High-bandwidth input channels.
Serial communications are halted.
Disables the digitizers.
The following example initializes and resets the GX3722 board:
Gx3722Initialize (2, &nHandle, &nStatus);
Gx3722Reset (nHandle, &nStatus);