BoardConfig.SetDetectOpenTc()

Sets the open thermocouple detection state.

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

Function Prototype

VB .NET

Public Function SetDetectOpenTc(channel As Integer, enable As Integer) As MccDaq.ErrorInfo

Public Function SetDetectOpenTc(enable As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetDetectOpenTc(int channel, int enable)

public MccDaq.ErrorInfo SetDetectOpenTc(int enable)

Parameters

channel

The temperature input channel number.

enable

The open thermocouple detection setting. 0 = disable; 1 = enable.

Returns