Returns the A/D data rate for a specified analog input channel.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetAdDataRate(channel As Integer, ByRef rate As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetAdDataRate(int channel, out int rate)
channel
The analog input channel number.
rate
The data rate.