User manual

2.3.99 AcqrsT3_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 = AcqrsT3_acqDone(ViSession instrumentID,
ViBoolean* done);
LabVIEW Representation
Acqiris Tx.lvlib: (or Aq Tx) Query Acquisition Status.vi
MATLAB MEX Representation
[status done]= AqT3_acqDone(instrumentID)
Programmer’s Reference Manual Page 188 of 210