BoardConfig.GetDetectOpenTc()

Returns the open thermocouple detection state.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function GetDetectOpenTc(channel As Integer, ByRef enabled As Integer) As MccDaq.ErrorInfo

Public Function GetDetectOpenTc(ByRef enabled As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetDetectOpenTc(int channel, out int enabled)

public MccDaq.ErrorInfo GetDetectOpenTc(out int enabled)

Parameters

channel

The temperature input channel number.

enabled

The open thermocouple detection setting. 0 = disabled; 1 = enabled.

Returns