3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
49
M3601A
Available: Yes
3. 3. 2. 11 DAQstopMultiple
This function pauses the words acquisition
.
Parameters
Name
Description
Inputs
moduleID
(Non-object oriented languages only) Module identifier, returned by function
DAQmask
Mask to select which DAQs are paused (LSB is 0, bit 1 and so forth). DAQ n is con-
nected to channel n
nDAQ
DAQ is paused. 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_DAQstopMultiple(int moduleID, int DAQmask);
C++
int SD_AIN::DAQstopMultiple(int DAQmask);
Visual Studio .NET, MATLAB
int SD_AIN::DAQstopMultiple(int nDAQ);
Python
int SD_AIN::DAQstopMultiple(int nDAQ);
LabVIEW
DAQstopMultiple.vi