RfsaExternalCalibration.GetExternalCalibrationLastTemperature Method
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets the temperature, in degrees Celsius, of the last successful external calibration.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double GetExternalCalibrationLastTemperature()
Public Function GetExternalCalibrationLastTemperature As Double
Return Value
DoubleReturns a Double representing the temperature of the last successful external calibration in degrees Celsius.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GetExternalCalibrationLastTemperature method was accessed after the associated NIRfsa object was disposed. |