Daqadcsofttrig – Measurement Computing Data Acquisition Systems rev.10.4 User Manual
Page 111

daqAdcSoftTrig
Also See: daqAdcSetTrig daqAdcSetAcq
Format
daqAdcSoftTrig(handle)
Purpose
daqAdcSoftTrig
is used to send a software trigger command to the device.
Parameter Summary
Parameter Type
Description
handle DaqHandleT
Handle to the device to which the ADC software trigger is to be applied
Parameter Values:
handle:
obtained from the daqOpen function
Returns
DerrNoError
No error
Function Usage
The daqAdcSoftTrig function is a software trigger that can be used to initiate either a scan or an
acquisition from a program after configuring the software trigger as the trigger source. This function may only
be used if the trigger source for the acquisition has been set to DatsSoftware with the daqAdcSetTrig
function.
daqAdcSoftTrig
will override the DatsSoftwareAnalog, DatsDigPattern, and
DatsCounter
triggers as set by the daqSetTriggerEvent function on some devices.
See daqSetTriggerEvent for more details.
Prototypes
C/C++
daqAdcSoftTrig(DaqHandleT handle);
Visual BASIC
VBdaqAdcSoftTrig&(ByVal handle&)
Program References
DQADCEX02.CPP, DQADCEX07.CPP
Programmer’s Manual
908594
Daq API Command Reference 4.2-55