Adac get number of buffers – Measurement Computing ADAC-LVi User Manual
Page 117

Chapter 2 Buffer Config Library
ADAC LabVIEW VI
111
$'$& 6HW 1XPEHU RI %XIIHUV FRQ¶W
Device Handle (0) Device Handle is a numeric value that is used to identify the device
subsystem. The default Device Handle is 0.
#Buffers (10) #Buffers is a numeric value that specifies the number of internal data
buffers available to a device. Each buffer contains n samples specified by the buffer size
parameter.
error in (no error) Error in describes error conditions occurring before this VI executes.
This cluster defaults to no error.
Device Handle out Device Handle out contains the value of Device Handle in.
error out Error out contains error information. If the error in cluster indicated an error,
the error out cluster contains the same information. Otherwise, error out describes the
error status of this VI.
ADAC Get Number of Buffers
This VI gets the number of internal data buffers for a given device. The number of
buffers can range from 0-n, the only limitation is the amount of available memory. See
also SetNumOfBuffers.vi to set the number of data buffers.
Device Handle (0) Device Handle is a numeric value that is used to identify the device
subsystem. The default Device Handle is 0.
error in (no error) Error in describes error conditions occurring before this VI executes.
This cluster defaults to no error.
Device Handle out Device Handle out contains the value of Device Handle in.
#Buffers #Buffers is a numeric value that specifies the number of internal data buffers
currently set for a device.
error out Error out contains error information. If the error in cluster indicated an error,
the error out cluster contains the same information. Otherwise, error out describes the
error status of this VI.