User manual

2.3.70 AcqrsD1_getNbrChannels (DEPRECATED)
Purpose
Returns the number of channels on the specified module. See Acqrs_getNbrChannels.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
Output
Name Type Description
nbrChannels ViInt32 Number of channels in the specified module
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getNbrChannels(ViSession instrumentID, ViInt32*
nbrChannels);
LabVIEW Representation
Please refer to
Acqrs_getNbrChannels
Visual Basic Representation
GetNbrChannels (ByVal instrumentID As Long, _
nbrChannels As Long) As Long
Visual Basic .NET Representation
AcqrsD1_getNbrChannels (ByVal instrumentID As Int32, _
ByRef nbrChannels As Int32) As Int32
MATLAB MEX Representation
[status nbrChannels] = Aq_getNbrChannels(instrumentID)
Programmer’s Reference Manual Page 136 of 210