User manual
2.3.31 AcqrsD1_close (DEPRECATED)
Purpose
Closes an instrument. See Acqrs_close.
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
Close the specified instrument. Once closed, this instrument is not available anymore and needs to be reenabled
using 'InitWithOptions' or 'init'.
For freeing properly all resources, 'closeAll' must still be called when the application closes, even if 'close' was called
for each instrument.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_close(void);
LabVIEW Representation
See
Acqrs_close.
Visual Basic Representation
Close(ByVal instrumentID As Long) As Long
Visual Basic .NET Representation
AcqrsD1_close (ByVal instrumentID As Int32) As Int32
MATLAB MEX Representation
[status]= Aq_close(instrumentID)
Programmer’s Reference Manual Page 57 of 210