3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
47
M3601A
Available: Yes
3. 3. 2. 9 DAQstartMultiple
This function starts acquisition on the selected DAQs
.
Acquisition will start when a trigger is received.
Parameters
Name
Description
Inputs
moduleID
(Non-object oriented languages only) Module identifier, returned by function
DAQmask
Mask to select which DAQs are started or resumed (LSB is 0, bit 1 and so forth). DAQ
n is connected to channel n
nDAQ
DAQ to be started or resumed. 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_DAQstartMultiple(int moduleID, int DAQmask);
C++
int SD_AIN::DAQstartMultiple(int DAQmask);
Visual Studio .NET, MATLAB
int SD_AIN::DAQstartMultiple(int nDAQmask);
Python
int SD_AIN::DAQstartMultiple(int nDAQmask);
LabVIEW
DAQstartMultiple.vi