Daqadcdisarm – Measurement Computing Data Acquisition Systems rev.10.4 User Manual
Page 63

daqAdcDisarm
Also See: daqAdcArm, daqAdcTransferStop
Format
daqAdcDisarm(handle)
Purpose
daqAdcDisarm
disarms an ADC acquisition, if one is currently active.
Parameter Summary
Parameter Type
Description
handle DaqHandleT
Handle to the device for which to disable ADC acquisitions
Parameter Values
handle:
obtained from the daqOpen function
Returns
DerrNoError
No
error
Funtion Usage
If the specified trigger event has not yet occurred when the daqAdcDisarm function is called, the trigger
event will be disabled and no ADC acquisition will be performed. If the trigger event has occurred when the
daqAdcDisarm
function is called, the acquisition will be halted and the data transfer stopped and no more
ADC data will be collected.
Protypes
C/C++
daqAdcDisarm(DaqHandleT handle);
Visual BASIC
VBdaqAdcDisarm&(ByVal handle&)
Program References
DAQADCEX01.CPP, DAQADCEX02.CPP, DAQADCEX03.CPP, DAQADCEX04.CPP,
DAQADCEX05.CPP, DAQADCEX06.CPP, DAQADCEX07.CPP, DBK04EX.CPP, DBK07EX.CPP,
DBK08EX.CPP, DBK09EX.CPP, DBK12_13EX.CPP, DBK15EX.CPP, DBK16EX.CPP,
DBK17EX.CPP, DBK18EX.CPP, DBK19EX.CPP, DBK42EX.CPP, DBK43EX.CPP,
DBK44EX.CPP, DBK45EX.CPP, DBK50EX.CPP, DBK51EX.CPP, DBK52EX.CPP,
DBK53EX.CPP, DBK04EX.CPP, DBK07EX.CPP, DBK08EX.CPP, DBK09EX.CPP,
DBK12_13EX.CPP, DBK15EX.CPP, DBK16EX.CPP, DBK17EX.CPP, DBK18EX.CPP,
DBK19EX.CPP, DBK42EX.CPP, DBK43EX.CPP, DBK44EX.CPP, DBK45EX.CPP,
DBK50EX.CPP, DBK51EX.CPP, DBK52EX.CPP, DBK53_54EX.CPP
Programmer’s Manual
908594
Daq API Command Reference 4.2-7