BoardConfig.SetCalTableType()

Specifies the coefficients table to use for calibration.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo SetCalTableType(CalTableType calTableType)

Parameters

calTableType

Specifies the coefficients table to use. All edge settings are MccDaq.CalTableType enumerated constants. Valid values are Factory and Field.

Returns