User manual
2.3.84 AcqrsD1_procDone
Purpose
Checks if the on-board data processing has terminated. This routine is for Analyzers only.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
Output
Name Type Description
done ViBoolean done = VI_TRUE if the processing is terminated
VI_FALSE otherwise
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_procDone(ViSession instrumentID,
ViBoolean* done);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Process Done.vi
Visual Basic Representation
ProcDone (ByVal instrumentID As Long, done As Boolean) As Long
Visual Basic .NET Representation
AcqrsD1_procDone (ByVal instrumentID As Int32, _
ByRef done As Boolean) As Int32
MATLAB MEX Representation
[status done] = AqD1_procDone(instrumentID)
Note: The older form Aq_procDone is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 160 of 210