Trigger the DIO and starts waveform generation.
GX1649, GX1649-1
GxAoDioTrig (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX1649 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function will start generating the waveform in all trigger modes. The DIO must be in armed state.
The following start the waveform generation:
SHORT nStatus;
GxAoDioArm (nHandle, TRUE, TRUE, &nStatus);
GxAoDioTrig (nHandle, &nStatus);