BoardConfig.GetCalTableType() method

Returns the coefficients table used for calibration.

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

Function Prototype

VB .NET

Public Function GetCalTableType(ByRef calTableType As MccDaq.CalTableType) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetCalTableType(out CalTableType calTableType)

Parameters

calTableType

Returns the coefficients table used for calibration – Factory or Field.

Returns