User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getChannelCombination(
ViSession instrumentID,
ViInt32* nbrConvertersPerChannel,
ViInt32* usedChannels);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Channel Combination.vi
Visual Basic Representation
GetChannelCombination (ByVal instrumentID As Long, _
nbrConvertersPerChannel As Long, _
usedChannels As Long) As Long
Visual Basic .NET Representation
AcqrsD1_getChannelCombination (ByVal instrumentID As Int32, _
ByRef nbrConvertersPerChannel As Int32, _
ByRef usedChannels As Int32) As Int32
MATLAB MEX Representation
[status nbrConvertersPerChannel usedChannels]=
AqD1_getChannelCombination(instrumentID)
Note: The older form Aq_getChannelCombination is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 115 of 210