3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
71
LabVIEW
DAQbuffer functions are not accessible
M3601A
Available: No
3. 3. 2. 32 DAQbufferRemove
Ask for a buffer to be removed from the channel buffer pool. If NULL pointer is
returned, no more buffers remains in buffer pool. Returned buffer is a previously
added buffer from user and user has to release/delete it.
Parameters
Name
Description
Inputs
moduleID (Non-object oriented languages only) Module identifier, returned by function
nDAQ
DAQ from where use take out the buffer
errorIn
(LabVIEW only) If it contains an error, the function will not be executed and errorIn will be
passed to errorOut
Outputs
moduleID (Non-object-oriented languages only) Module identifier, or a negative number for errors (see
buffer
Buffer obtained
C
short* SD_AIN_DAQbufferRemove(int moduleID, int nDAQ);
C++
short* SD_AIN::DAQbufferRemove(int nDAQ);
Visual Studio .NET, MATLAB
short[] SD_AIN::DAQbufferRemove(int nDAQ);
Python
Not available