PerformThermalCorrection()
- Updated2025-10-14
- 1 minute(s) read
Corrects the temperature variations that occur while acquiring the same signal for an extended period of time in a continuous acquisition.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void PerformThermalCorrection()
Remarks
NI-RFSA internally acquires the temperature every time you initiate an acquisition. If you are performing a continuous acquisition, National Instruments recommends calling this method once every 10 minutes in a stable temperature environment to periodically update temperature calibration. If the ambient temperature varies, call this method more frequently.
Note
You cannot call this method if your device is operating in RF list mode.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The PerformThermalCorrection method was accessed after the associated NIRfsa object was disposed. |