BoardConfig.SetTempScale()

Sets the ADC timing mode.

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

Function Prototype

VB .NET

Public Function SetTempScale(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetTempScale(int configVal)

Parameters

configVal

The temperature scale. Valid values are Celcius, Fahrenheit, and Kelvin.

Returns