2 Software Tools: M31/M33XXA Digitizers
Keysight M31XXA/M33XXA Digitizer User's Guide 63
LabVIEW
DAQflushMultiple.vi
M3601A
Available: No (multiple DAQflush from different channels can be executed at once)
2. 4. 5. 18 DAQtrigger
This function triggers the acquisition of words in the selected DAQs (Data Acquisition (DAQs) (page
8)) provided that they are configured for VI/HVI Trigger.
Parameters
Name Description
Inputs
moduleID (Non-object-oriented languages only) Module identifier, returned by function open (page 27)
nDAQ DAQ to be triggered. DAQ n is connected to channel n
erronIn (LabVIEW only) If it contains an error, the function will not be executed and errorIn will be
passed to errorOut
Outputs
moduleID (Non-object-oriented languages only) Module identifier, or a negative number for errors (see
Error Codes (page 81)
errorOut Error Codes (page 81)
C
int SD_AIN_DAQtrigger(int moduleID, int nDAQ);
C++
int SD_AIN::DAQtrigger(int nDAQ);
Visual Studio .NET, MATLAB
int SD_AIN::DAQtrigger(int nDAQ);
Python
int SD_AIN::DAQtrigger(int nDAQ);