NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.ExternalCalibrationTemperature Property

Device.ExternalCalibrationTemperature Property

DeviceExternalCalibrationTemperature Property

Indicates in degrees Celsius the temperature of the device at the time of the last external calibration. Compare this temperature to the current onboard temperature to determine if you should perform another calibration.

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

Syntax

public double ExternalCalibrationTemperature { get; }
Public ReadOnly Property ExternalCalibrationTemperature As Double
	Get

Property Value

Type: Double
Indicates in degrees Celsius the temperature of the device at the time of the last external calibration. Compare this temperature to the current onboard temperature to determine if you should perform another calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

The temperature returned by this property is the calibration temperature as measured by an onboard temperature sensor and may differ from the temperature displayed on a printed calibration certificate. Calibration certificates usually display the ambient temperature rather than the onboard temperature.

Using Traditional NI-DAQ (Legacy) to perform calibration does not update this property. This property is updated only when you use NI-DAQmx to perform calibration.

See Also

Was this information helpful?