Aborts any currently executing measurements
GxDmmAbortReading (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX2065 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function will abort any currently executing measurement operation and result in the trigger reading being reset to software trigger mode.
The following example aborts the current measurement:
SHORT nHandle, nStatus;
GxDmmAbortReading (nHandle, &nStatus);