BoardConfig.SetExpDetectOpenTc()

Sets the open thermocouple detection state of an expansion board.

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

Function Prototype

VB .NET

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

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

C# .NET

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

public MccDaq.ErrorInfo SetExpDetectOpenTc(int enable)

Parameters

channel

The temperature input channel number.

enable

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

Returns