User manual

2.3.78 AcqrsD1_init (DEPRECATED)
Purpose
Initializes an instrument. See Acqrs_init.
Parameters
Input
Name Type Description
resourceName ViRsrc ASCII string which identifies the digitizer to be
initialized. See discussion below.
IDQuery ViBoolean Currently ignored
resetDevice ViBoolean If set to 'TRUE', resets the digitizer after initialization.
Output
Name Type Description
instrumentID ViSession Instrument identifier
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Discussion
You should refer to the Programmer’s Guide section 3.2, Device Initialization, for a detailed explanation
on the initialization procedure.
The function returns the error code
ACQIRIS_ERROR_INIT_STRING_INVALID when the initialization
string could not be interpreted.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_init(ViRsrc resourceName, ViBoolean IDQuery,
ViBoolean resetDevice, ViSession* instrumentID);
LabVIEW Representation
Please refer to
Acqrs_init.
Visual Basic Representation
Init (ByVal resourceName As String, ByVal IDQuery As Boolean, _
ByVal resetDevice As Boolean, instrumentID As Long) As Long
Visual Basic .NET Representation
AcqrsD1_init (ByVal resourceName As String, ByVal IDQuery As Boolean,_
ByVal resetDevice As Boolean, ByRef instrumentID As Int32) As Int32
MATLAB MEX Representation
[status instrumentID] = Aq_init(instrumentID, IDQuery, resetDevice)
Programmer’s Reference Manual Page 149 of 210