Returns the number of samples per average to convert to temperature.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetTempAvg(ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetTempAvg(out int configVal)
configVal
Returns the number of samples per average. Valid values are 1 to 16384 when SetTempRejFreq() is off (0) and 16 to 16384 when SetTempRejFreq() is on (50 or 60).