GetSelfCalibrationTemperature(RfsgDeviceModule)
- Updated2025-10-14
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| module | RfsgDeviceModule | 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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GetSelfCalibrationTemperature method was accessed after the associated NIRfsg object was disposed. |