3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
51
M3601A
Available: Yes
3. 3. 2. 13 DAQpauseMultiple
This function pauses the words acquisition
. Acquisition can be
resumed using DAQresume.
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 connected to
channel n
DAQ
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 noduleID
errorOut
See
C
int SD_AIN_DAQpauseMultiple(int moduleID, int DAQmask);
C++
int SD_AIN::DAQpauseMultiple(int DAQmask);
Visual Studio .NET, MATLAB
int SD_AIN::DAQpauseMultiple(int DAQmask);
Python
int SD_AIN::DAQpauseMultiple(int DAQmask);
LabVIEW
DAQpauseMultiple.vi