NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.PerformThermocoupleLeadOffsetNullingCalibration Method (Boolean)

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.PerformThermocoupleLeadOffsetNullingCalibration Method (Boolean)
Performs thermocouple lead offset nulling calibration on the channels in the task to compensate for offsets introduced by open thermocouple detection. Use this method to specify whether or not to skip channels that do not support calibration.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public void PerformThermocoupleLeadOffsetNullingCalibration(
	bool skipUnsupportedChannels
)
Public Sub PerformThermocoupleLeadOffsetNullingCalibration ( 
	skipUnsupportedChannels As Boolean
)

Parameters

skipUnsupportedChannels
Type: SystemBoolean
Specifies whether or not to skip channels that do not support calibration. If skipUnsupportedChannels is , calibration will be performed only on supported virtual channels in the task. If , calibration will be performed on all virtual channels in the task, which may result in an error if not all channels support calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Keep the measured temperature as constant as possible while performing this adjustment.

See Also

Log in to get a better experience