3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
57
LabVIEW
DAQtrigger.vi
M3601A
Available: Yes
3. 3. 2. 19 DAQtriggerMultiple
This function triggers the acquisition of words in the selected DAQs
provided that they are configured for VI/HVI Trigger.
Parameters
Name
Description
Inputs
moduleID
(Non-object oriented languages only) Module identifier, returned by function
DAQmask
Mask to select which DAQs are triggered (LSB is 0, bit 1 and so forth). DAQ n is con-
nected to channel n
DAQ
DAQ to be triggered. DAQ n is connected to channel n
errorIn
(LabVIEW only) If it contains an error, the function will not be executed and errorIn
will be passed to errorOut
Outputs
moduleIDOut
(LabVIEW only) A copy of moduleID
errorOut
See
C
int SD_AIN_DAQtriggerMultiple(int moduleID, int DAQmask);
C++
int SD_AIN::DAQtriggerMultiple(int DAQmask);
Visual Studio .NET, MATLAB
int SD_AIN::DAQtriggerMultiple(int DAQmask);
Python
int SD_AIN::DAQtriggerMultiple(int DAQmask);