User manual
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_waitForEndOfProcessing(ViSession instrumentID,
ViInt32 timeout);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Wait For End Of Processing.vi
Visual Basic Representation
WaitForEndOfProcessing (ByVal instrumentID As Long, _
ByVal timeout As Long) As Long
Visual Basic .NET Representation
AcqrsD1_waitForEndOfProcessing (ByVal instrumentID As Int32, _
ByVal timeout As Int32) As Int32
MATLAB MEX Representation
[status] = AqD1_waitForEndOfProcessing(instrumentID, timeOut)
Note: The older form Aq_waitForEndOfProcessing is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 187 of 210