Returns the thermocouple sensor type for a specified channel.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetChanTcType(ByRef chan As Integer, ByRef tcType As MccDaq.TcType) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetChanTcType(int chan, out TcType tcType)
chan
Returns the channel number.
tcType
Returns the thermocouple sensor type – Valid values are J, K, S, R, B, E, T, or N.