Daqadctransferstop – Measurement Computing Data Acquisition Systems rev.10.4 User Manual
Page 123

daqAdcTransferStop
Also See: daqAdcTransferSetBuffer,
daqAdcTransferGetStat, daqAdcTransferStart
Format
daqAdcTransferStop(handle)
Purpose
daqAdcTransferStop
stops a current ADC buffer transfer, if one is active.
Parameter Summary
Parameter Type
Description
handle DaqHandleT Handle to the device for which the ADC transfer will be stopped
Parameter Values
handle:
obtained from the daqOpen function
Returns
DerrNoError
No error
Function Usage
The current transfer will be halted and no more data will transfer into the transfer buffer. Though the transfer
is stopped, the acquisition will remain active. Transfers can be re-initiated with daqAdcTransferStart
after the stop, as long as the current acquisition remains active. The acquisition can be halted by calling the
daqAdcDisarm
function.
Prototypes
C/C++
daqAdcTransferStop(DaqHandleT handle);
Visual BASIC
VBdaqAdcTransferStop&(ByVal handle&)
Program References
None
Programmer’s Manual
908594
Daq API Command Reference 4.2-67