BoardConfig.GetTempScale()

Sets the ADC timing mode.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetTempScale(out int configVal)

Parameters

configVal

Returns the temperature scale – Celcius, Fahrenheit, or Kelvin.

Returns