RfsgDriverUtility.PerformThermalCorrection Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverUtilityPerformThermalCorrection Method
Corrects any signal drift due to environmental temperature variation while generating the same signal for extended periods of time without a parameter change.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void PerformThermalCorrection()
Public Sub PerformThermalCorrection
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The PerformThermalCorrection method was accessed after the associated NIRfsg object was disposed. |
Remarks
NI-RFSG compensates automatically for variations in device temperature when any signal generation parameters are changed. Under normal circumstances of short-term signal generation, NI-RFSG automatic compensation ensures stable power levels, and you do not need to use this method.
Use this method when generating the same signal for an extended period of time in a temperature-fluctuating environment.
The NI-RFSG device must be in the Generation state before calling this method.