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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public double GetSelfCalibrationTemperature(RfsgDeviceModule module)

Remarks

Supported Devices: NI�5610, NI�5653, NI�5670/5671/5672/5673/5673E

Parameters

NameTypeDescription
moduleRfsgDeviceModule

Specifies the module to retrieve the last successful self-calibration temperature. Default Value: PrimaryModule

Returns

Returns the temperature of the device at the last successful self-calibration.

Exceptions

TypeDescription
System.ObjectDisposedException

The GetSelfCalibrationTemperature method was accessed after the associated NIRfsg object was disposed.