User manual
2.3.23 AcqrsD1_acqDone
Purpose
Checks if the acquisition has terminated.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
Output
Name Type Description
done ViBoolean done = VI_TRUE if the acquisition 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_acqDone(ViSession instrumentID,
ViBoolean* done);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Acquisition Status.vi
Visual Basic Representation
AcqDone (ByVal instrumentID As Long, done As Boolean) As Long
Visual Basic .NET Representation
AcqrsD1_acqDone (ByVal instrumentID As Int32, _
ByRef done As Boolean) As Int32
MATLAB MEX Representation
[status done]= AqD1_acqDone(instrumentID)
Note: The older form Aq_acqDone is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 44 of 210