Daqbufferget - Keysight M3102A PXIe User Manual

Digitizers & digitizer combos
Hide thumbs Also See for M3102A PXIe:
Table of Contents

Advertisement

M3601A
Available: No

3. 3. 2. 30 DAQbufferGet

Gets a filled buffer from the channel buffer pool. User has to call DAQbufferAdd with
this buffer to tell the pool that the buffer can be used again.
Parameters
Name
Inputs
moduleID
nDAQ
errorIn
Outputs
moduleID
errorOut
buffer
readPointsOut Number of points of the returned buffer
C
short* SD_AIN_DAQbufferGet(int moduleID, int nDAQ, int &readPointsOut, int
&errorOut);
C++
short* SD_AIN:: DAQbufferGet(int nDAQ, int &readPointsOut, int &errorOut);
Visual Studio .NET, MATLAB
short[] SD_AIN::DAQbufferGet(int nDAQ, out int readPointsOut, out int errorOut);
Python
[short[], int} SD_AIN::DAQbufferGet(int nDAQ);
*Returned data array is a NumPY array
Keysight M3100A/M3102A PXIe Digitizer User's Guide
Description
(Non-object oriented languages only) Module identifier, returned by function
DAQ from where get the buffer
(LabVIEW only) If it contains an error, the function will not be executed and errorIn will be
passed to errorOut
(Non-object-oriented languages only) Module identifier, or a negative number for errors
(see
Error
Codes)
See
Error Codes
Buffer obtained
3 Keysight SD1 Command Reference
open
69

Advertisement

Table of Contents
loading

This manual is also suitable for:

M3300a awgM3100a pxieM3302a awg

Table of Contents