GetSelfCalibrationLastTemp(RfsaSelfCalibrationSteps)
- Updated2025-10-14
- 1 minute(s) read
Returns the temperature, in degrees Celsius, of the last successful self-calibration.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double GetSelfCalibrationLastTemp(RfsaSelfCalibrationSteps selfCalibrationStep)
Parameters
| Name | Type | Description |
|---|---|---|
| selfCalibrationStep | RfsaSelfCalibrationSteps | Specifies the self-calibration step. |
Returns
Returns the temperature, in degrees Celsius, of the last successful self-calibration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GetSelfCalibrationLastTemp method was accessed after the associated NIRfsa object was disposed. |