Returns the RTD sensor type for a specified channel.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function SetChanRtdType(ByRef chan As Integer, ByRef RtdType As MccDaq.RtdType) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo SetChanRtdType(int chan, out RtdType RtdType)
chan
Returns the channel number.
RtdType
Returns the RTD sensor type.