User manual
2.3.114 AcqrsT3_stopAcquisition
Purpose
Stops the acquisition.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Discussion
This function will stop the acquisition and not return until this has been accomplished.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsT3_stopAcquisition(ViSession instrumentID);
LabVIEW Representation
Acqiris Tx.lvlib: (or Aq Tx) Stop Acquisition.vi
MATLAB MEX Representation
[status] = AqT3_stopAcquisition(instrumentID)
Programmer’s Reference Manual Page 209 of 210