3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
55
M3601A
Available: Yes
3. 3. 2. 17 DAQflushMultiple
This function flushes the acquisition buffers and resets the acquisition counter
included in a Data Acquisition block (
.
Parameters
Name
Description
Inputs
moduleID
(Non-object-oriented languages only) Module identifier, returned by function
DAQmask
Mask to select which DAQs are reset (LSB is DAQ 0, bit 1 is DAQ 1 and so forth).
DAQ n is connected to channel n
DAQ
DAQ to be reset. 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
Keysight SD1 Command Reference
C
int SD_AIN_DAQflushMultiple(int moduleID, int DAQmask);
C++
int SD_AIN::DAQflushMultiple(int DAQmask);
Visual Studio .NET, MATLAB
int SD_AIN::DAQflushMultiple(int DAQmask);
Python
int SD_AIN::DAQflushMultiple(int DAQmask);