User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_multiInstrDefine(ViSession instrumentList[], ViInt32
nbrInstruments, ViSession masterID, ViSession*
instrumentID);
LabView Representation
Acqiris Dx.lvlib: (or Aq Dx) Configure MultiInstrument Manual Define.vi
Visual Basic Representation
MultiInstrDefine (ByRef instrumentList As Long, _
ByVal nbrInstruments As Long, _
ByVal masterID As Long, _
instrumentID As Long) As Long
Visual Basic .NET Representation
AcqrsD1_multiInstrDefine (ByRef instrumentList As Int32, _
ByVal nbrInstruments As Int32, _
ByVal masterID As Int32, _
ByRef instrumentID As Int32) As Int32
MATLAB MEX Representation
[status instrumentID] = AqD1_multiInstrDefine(instrumentList, nbrInstruments,
masterID)
Note: The older form Aq_multiInstrDefine is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 157 of 210