User manual
2.3.24 AcqrsD1_acquire
Purpose
Starts an 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.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_acquire(ViSession instrumentID);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Start Acquisition.vi
Visual Basic Representation
Acquire (ByVal instrumentID As Long) As Long
Visual Basic .NET Representation
AcqrsD1_acquire (ByVal instrumentID As Int32) As Int32
MATLAB MEX Representation
[status]= AqD1_acquire(instrumentID)
Note: The older form Aq_acquire is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 45 of 210