User manual
2.3.115 AcqrsT3_waitForEndOfAcquisition
Purpose
Waits for the end of acquisition.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
timeout ViInt32 Timeout in milliseconds
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Discussion
This function will return only after the acquisition has terminated or when the requested timeout has
elapsed, whichever comes first. For protection, the timeout is clipped to a maximum value of 10 seconds. If
a larger timeout is needed, call this function repeatedly.While waiting for the acquisition to terminate, the
calling thread is put into 'idle', permitting other threads or processes to fully use the CPU.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsT3_waitForEndOfAcquisition (ViSession instrumentID,
ViInt32 timeout);
LabVIEW Representation
Acqiris Tx.lvlib: (or Aq Tx) Wait For End Of Acquisition.vi
MATLAB MEX Representation
[status] = AqT3_waitForEndOfAcquisition(instrumentID, timeOut)
Programmer’s Reference Manual Page 210 of 210