User manual

2.3.17 Acqrs_reset
Purpose
Resets an instrument.
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
There is no known situation where this action is to be recommended.
LabWindowsCVI/Visual C++ Representation
ViStatus status = Acqrs_reset(ViSession instrumentID);
LabVIEW Representation
Acqiris Bx.lvlib: (or Aq Bx) Reset.vi
Visual Basic .NET Representation
Acqrs_reset (ByVal instrumentID As Int32) As Int32
MATLAB MEX Representation
[status] = Aq_reset(instrumentID)
Programmer’s Reference Manual Page 37 of 210