User manual
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_configChannelCombination(
ViSession instrumentID,
ViInt32 nbrConvertersPerChannel,
ViInt32 usedChannels);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Configure Channel Combination.vi
Visual Basic Representation
ConfigChannelCombination (ByVal instrumentID As Long, _
ByVal nbrConvertersPerChannel As Long, _
ByVal usedChannels As Long) As Long
Visual Basic .NET Representation
AcqrsD1_configChannelCombination (ByVal instrumentID As Int32, _
ByVal nbrConvertersPerChannel As Int32, _
ByVal usedChannels As Int32) As Int32
MATLAB MEX Representation
[status]= AqD1_configChannelCombination(instrumentID, nbrConvertersPerChannel,
usedChannels)
Note: The older form Aq_configChannelCombination is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 71 of 210