Returns the onboard temperature of the instrument, in degrees Celsius, during the oldest successful self-calibration from among the channels in the session.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public double GetSelfCalibrationLastTemperature()

Remarks

For example, if you have a session using channels 1 and 2, and you perform a self-calibration on channel 1 with an instrument temperature of 25 degrees Celsius at 2:00, and a self-calibration was performed on channel 2 at 27 degrees Celsius at 3:00 on the same day, this method returns 25 for the temperature.

Returns

Returns the temperature, in degrees Celsius, of the last successful self-calibration.

Exceptions

TypeDescription
System.ObjectDisposedException

The GetSelfCalibrationLastTemperature method was accessed after the associated NIDCPower object was disposed.