User manual
2.3.96 AcqrsD1_stopProcessing
Purpose
Stops on-board data processing. This routine is for Analyzers only.
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 on-board data processing immediately. The output data is not guaranteed to be
valid.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_stopProcessing(ViSession instrumentID);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Stop Processing.vi
Visual Basic Representation
StopProcessing (ByVal instrumentID As Long) As Long
Visual Basic .NET Representation
AcqrsD1_stopProcessing (ByVal instrumentID As Int32) As Int32
MATLAB MEX Representation
[status] = AqD1_stopProcessing(instrumentID)
Note: The older form Aq_stopProcessing is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 183 of 210