User manual
LabWindowsCVI/Visual C++ Representation 
ViStatus status = AcqrsD1_processData(ViSession instrumentID, 
ViInt32 processType, ViInt32 flags); 
LabVIEW Representation 
Acqiris Dx.lvlib: (or Aq Dx) Process Data.vi 
Visual Basic Representation 
ProcessData (ByVal instrumentID As Long, _ 
 ByVal processType As Long, _ 
 ByVal flags As Long) As Long 
Visual Basic .NET Representation 
AcqrsD1_processData (ByVal instrumentID As Int32, _ 
 ByVal processType As Int32, _ 
 ByVal flags As Int32) As Int32 
MATLAB MEX Representation 
[status] = AqD1_processData(instrumentID, processType, flags) 
Note: The older form Aq_processData is deprecated. 
  Please convert to the newer version. 
Programmer’s Reference Manual    Page 162 of 210 










